[Home] [By Thread] [By Date] [Recent Entries]
Marco Guazzone wrote:
The solution and the alternatives you provided were most helpful to say the least. Thanks :) At the moment, I'm trying to output <form method="post" id="filter" action="/sops/sk.php?op=listing&NOCACHE=1&DEBUG=xml" /> but I always get & due to output escaping. <form method="post" id="filter" action="/sops/sk.php?op=listing&NOCACHE=1&DEBUG=xml" /> It looks like I have no choice but to disable output escaping in this particular instance. For the above example, I used the following code to produce it... <form method="post" id="filter"> * *<xsl:attribute name="action"><![CDATA[/sops/sk.php?op=listing&NOCACHE=1&DEBUG=xml]]></xsl:attribute> is there any way to achieve what I want without turning off output escaping? XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



