[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

generating entities in XSL, < becomes &lt;

Subject: generating entities in XSL, < becomes &lt;
From: "Christer Nordvik" <christer.nordvik@xxxxxxxxxx>
Date: Tue, 5 Nov 2002 09:02:30 +0100
cdata xsl
Hi.

I am having problems with an XSL stylesheet. I keep getting &lt; instead
of "<" signs. My problem is with the XSL when it is generating entities.
Is there any other way of generating entities in a XSL besides the one I
have used? My method works if I stream the result directly to the
client(Internet Explorer SVG plugin) but not when I save the result in a
DocumentFragment and want to process it further. Any examples of
generating entities would be most helpful!

-Christer

<xsl:variable name="q">"</xsl:variable>
<xsl:variable name="s"><![CDATA[<]]></xsl:variable>
<xsl:variable name="e"><![CDATA[>]]></xsl:variable>
<xsl:variable name="sf"><![CDATA[[]]></xsl:variable>
<xsl:variable name="ef"><![CDATA[]]]></xsl:variable>
<xsl:variable name="a"><![CDATA[&]]></xsl:variable>
<xsl:variable name="n"><![CDATA[&#216;]]></xsl:variable>
<xsl:variable name="qs"><![CDATA[']]></xsl:variable>

<xsl:value-of disable-output-escaping="yes"
  select="concat($s,'!DOCTYPE svg PUBLIC ',
  $q,'-//W3C//DTD SVG 20001102//EN',$q,' ',
 
$q,'http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd',$q,$
sf)" />
  <xsl:for-each select="data/DEFS/ROWSET/type">
    <xsl:value-of disable-output-escaping="yes"
select="concat($s,'!ENTITY ',@id,' ',$qs)" />
    <xsl:copy-of select="*"/>    
    <xsl:value-of disable-output-escaping="yes" select="concat($qs,'>')"
/>
  </xsl:for-each>
<xsl:value-of disable-output-escaping="yes" select="concat($ef,$e)" />


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.