This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

"<" output problems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]