How to include schema while creating an xml file

Anand Pillai pythonguy at Hotpop.com
Tue Feb 3 03:57:25 EST 2004


This is the wrong forum to post your question.  Try one 
of the xml newsgroups.

Anyway to answer your question, here is the way to do it.

<Element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="myschema.xsd">
...
</Element>


-Anand

"bala" <blk at srasys.co.in> wrote in message news:<mailman.1116.1075708466.12720.python-list at python.org>...
> Hi,
>     How to include schema while creating an xmlfile..
> 
> Regards
> Bala
> --



More information about the Python-list mailing list