Subject: RE: xml schema to html and javascript
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 28 Nov 2002 13:35:32 -0000
|
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.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Giuseppe Verduci
> Sent: 28 November 2002 12:08
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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
|