I use xalan 2.3.1 to generate an wml file.
java org.apache.xalan.xslt.Process -IN myfile.xml -XSL myfile.xml -OUT myfile.wml
I use Nokia Mobile Internet Toolkit to view the result file "myfile.wml" but I get an error message because in the myfile.wml Xalan generate the following tag :
<wml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
If I remove xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance", the file can be displayed correctly in the Nokia Mobile Internet Toolkit.
I should like to know if <wml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> generated by Xalan is conform to the WML standard.
HI,
XML Namespace is not supported by WML standard. However this is supported for the xHTML browser version on some Nokia phones and also the XHTML supporting emulator that comes with the MINT 3.0.