Ok. My requirement is as follows:
We have a third party PDF form with following input and output supplied by the
vendor and used as below:
Input:Raw data that needs to be filled in ADOBE form through keyboard.
Output: Once the form is filled, the form has a buttons to generate XML file
for the data and save it on harddisk.
There are many thousand users of this form and based on the input different xml
are generated. They have also provided us schema so that we can generate XML
and verify the XML against that.
Our software is accepting input from the web and thus has all data. We would
like to generate the XML tree structure using schema and then use the data
values entered by the user and then generate XML file.
Regards,
Mike.
----- Original Message ----
From: Stefan Behnel <[EMAIL PROTECTED]>
To: Good Z <[EMAIL PROTECTED]>
Cc: xml-sig@python.org
Sent: Monday, January 28, 2008 2:50:20 PM
Subject: Re: [XML-SIG] Converting XML Schema to data struture and then to XML
Hi,
Good Z wrote:
>>> I need to write an application to convert XML schema (.xsd) to a
data
>>> structure then using this data structure and the data from some
other
>>> files, generate an XML file.
>>>
>>> I have seen generateDS and pyfo library that can be combined to
write
>> this
>>> application but my problem is that i somehow do not like DOM and
>> would like
>>> to write this in ElementTree. I wonder if anyone can point me how
to
>>> write
>>> this quickly in ElementTree or someone has already done this
effort.
>
> In case you can do without the schema, lxml.objectify might be worth
a
> look:
>
> http://codespeak.net/lxml/dev/objectify.html
>
> Thanks Stefan,
>
> But my primary requirement is converting XML Schema.
Sure, no problem. But may I ask what the reasoning behind this
requirement is?
I mean, code generation isn't really a value by itself.
Stefan
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
XML-SIG maillist - XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig