[xsl] displaying <DOCTYPE ......> declaration

Subject: [xsl] displaying <DOCTYPE ......> declaration
From: laksh vr <vrlaksh@xxxxxxxxx>
Date: Sat, 27 Apr 2002 02:48:27 -0700 (PDT)
hello all,
i encountered a problem in displaying the following
DOCTYPE declaration :
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml";>

I am not able to display the '<' and '>' characters in
that declaration.Other things are displayed neatly.
I tried the following ways:

<![CDATA[
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml";>
]]> 

also the xsl:output method:-

<xsl:output DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML
1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"/>

but didn't suceeded.
Please let me know hot to fix this problem.
Thanks
Laksh



__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

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


Current Thread