xsl-list
[Top] [All Lists]

RE: xml schema to html and javascript

2002-11-28 06:35:32
I don't see why the namespace should cause a problem, but if you don't
need it, use exclude-result-prefixes="xsd" to get rid of it.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Giuseppe Verduci
Sent: 28 November 2002 12:08
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] xml schema to html and javascript


Hello!
I wont to generate html form from xml schema.
My problem is in creation of tag <script>. The transformation 
generate the following lines: <script type="javascript" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
function verify()
{
      ....
}
</script>

the namespace create a problem in calling the function inside 
this <script>.

thanks for reply.


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




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



<Prev in Thread] Current Thread [Next in Thread>