Search found 2 matches

by gantichi
Tue Feb 08, 2005 4:06 pm
Forum: XSLT and FOP
Topic: space in XSLT
Replies: 1
Views: 4794

space in XSLT

I use to show XML files using XSLT stylesheets. To do this, at the begin I used the instruction <?xml-stylesheet type="text/xsl" href="http://www.......xslt"?> To mantain "spaces" in the result, I used &#160; (corresponding to &nbsp; in HTNL). Now I have to merg...
by gantichi
Wed Jan 26, 2005 1:28 pm
Forum: XSLT and FOP
Topic: Attribute not working
Replies: 1
Views: 5072

Attribute not working

Sorry if it's not the right area. I use the istruction: <a> <xsl:attribute name="href"> DettSped.asp?DDTID=<xsl:value-of select="DDTID"/> </xsl:attribute> <img src="immagini/dettagli.gif"/> </a> to generate the HTML: <a href=DettSped.asp?DDTID=100><img src="immagin...