[xsl] skip formatting ala <pre>?

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 "&lt;" and so on in order to accomplish what
I want?

Thanks
Wong

Current Thread