Re: [xsl] weird formatting and characters with <xsl:text disable-output-escaping>

Subject: Re: [xsl] weird formatting and characters with <xsl:text disable-output-escaping>
From: Spencer Tickner <spencertickner@xxxxxxxxx>
Date: Tue, 26 Apr 2005 13:40:12 -0700
Hi David, Thanks for the response.

Yeah, you hit the nail on the head, I think we may end up having to
change some of these naming conventions for this to work, se la vie.
Anyway, thanks for the response,

Spencer

On 4/26/05, David Carlisle <davidc@xxxxxxxxx> wrote:
>
>
>                 <xsl:result-document href="{$filename}" format="text">
>
>                 <xsl:text disable-output-escaping="yes">
>                 &lt;ASCII-WIN&gt;
>                 &lt;Version:3.000000&gt;
>
> why would you want to do that rather than
>
>                 <xsl:result-document href="{$filename}" format="text">
>                 <ASCII-WIN>
>                 <Version:3.000000>
>
> Oh that's why. This element name does not conform to the XML Namespace
> Rec, so in practice it won't work with most modern XML tools (and won't
> work as either input pr output to XSLT or XPath.
>
> Do you have to have that element name?
>
> David
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread