This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I don't want the namespace output


I have the following stylesheet:
<xsl:stylesheet 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  xmlns:java = "java"
  version="1.0" >
...
</stylesheet>
The namespace xmlns:java = "java" is in the output:
<html
xmlns:java="java"><head><title>.....</title></head><body>...</body></html>.

How can I not output the namespace?

Thanks.

Peiyun Jiang

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]