cancel
Showing results for 
Search instead for 
Did you mean: 

calling the runner from a xslt file

Former Member
0 Kudos

Hello experts,

The following code works fine at the <style> section of an  irpt file .  However, I get an "Unable To Create Stylesheet Transformation" if I use it at  a XSLT file .

Please help, Thanks

#tag1

{

position: absolute;

top: 120px;

left: 200px;

width: 100px;

height: 100px;

cursor:pointer;

   background-image: url("http://miidev.pemex.com/XMII/Runner?Transaction=ARR/SVG/SVG&OutputParameter=Salida&XacuteLoginName=c...");

}

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fernando.  You have a succession of illegal characters for xml and therefore for xslt too.

Have a look at the following page and replace the illegal charactersby their equivalent.

http://www.roubaixinteractive.com/PlayGround/XSLT/HTML_Characters.asp

Cheers

Arnaud

Answers (0)