[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] skip formatting ala ?
Subject: [xsl] skip formatting ala <pre>?
From: "Wong Chin Shin" <publicbbs@xxxxxxxxxxxxxxxx>
Date: Tue, 30 Nov 2004 19:11:07 +0800
|
Hi,
Let's say for example an XML file contains the following element:
<MyPre><p>Hello<br />this is a <a href="http://www.google.com"
alt="nothing">test</a></p></MyPre>
Is there a way for me to output the contents of <MyPre> "as-is" including
the tags contained within?
Do I need to convert all "<" to "<" and so on in order to accomplish what
I want?
Thanks
Wong
|