Subject: xml schema to html and javascript
From: "Giuseppe Verduci" <g.verduci@xxxxxxxxx>
Date: Thu, 28 Nov 2002 13:08:01 +0100
|
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
|