|
Hi!
I need to produce a wml page. But wml page must have a tag
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
I produce this page by applying special xsl on my xml. xsl
looks like
<?xml version="1.0"
encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output doctype-system="wml" doctype-public="PUBLIC"/> <xsl:template
match="MAIN">
<wml xml:lang="en-us"> <xsl:call-template name="prev"/> <xsl:call-template name="card_main"/> <xsl:call-template name="card_add_conf"/> <xsl:call-template name="card_add_user"/> </wml> </xsl:template> and so on... But there is no tag <!DOCTYPE>
in result page. How I can make xalan to produce this tag? Or I must change
my xsl? If yes, in what way?
WBR, Sergey S. Kljopov
|
- Re: wml output Sergey S. Kljopov
- Re: wml output Gary L Peskin
- Re: wml output Sergey S. Kljopov
