[xsl] "<" output problems

Subject: [xsl] "<" output problems
From: c-i-e@xxxxxx
Date: Fri, 28 Sep 2001 14:41:11 +0200 (MEST)
Hello!
I have problems to output a "<" and ">".
The output should be a schema as well.

 the special characters &lt; &gt; does not work. output: &lt 
(but &qout works)

to write the unicode for ">" &#62; does not work.
output: &gt.

"<xsl:text disable-output-escaping="yes"> < </xsl:text>"
does not work too. error.
 
So I tried this:
<xsl:param name="dings" select="concat('&quot;',$pre,'&quot;')"/>
<simpleType>
            <restriction base='$dings'/>
 </simpleType>
 
I want to output the content of "$dings" in the result, but like this it
does not work of course, maybe someone has an idea??

Would be great! Thanx to the people who answered my previous question, it
helped me enormously!

greeets

Thilo

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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


Current Thread