matrixmadhan has asked for the wisdom of the Perl Monks concerning the following question:
and here is the sample XML file that am looking for<xsd:element name="first_element"> <xsd:complexType> <xsd:sequence> <xsd:element name="val"/> </xsd:sequence> <xsd:attribute name="is_added" type="yes_or_no" use="optional"/> </xsd:complexType> </xsd:element>
Can somebody provide me with some pointers on how to do that? Many thanks in advance.<first_element yes_or_no="yes"> <val> This is a sample text - auto generated </val> </first_element>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to generate XML file from XSDs ?
by Cody Pendant (Prior) on Nov 13, 2008 at 05:32 UTC | |
by matrixmadhan (Beadle) on Nov 13, 2008 at 05:42 UTC | |
Re: How to generate XML file from XSDs ?
by poolpi (Hermit) on Nov 13, 2008 at 12:06 UTC | |
by matrixmadhan (Beadle) on Nov 14, 2008 at 14:19 UTC | |
by nils10 (Initiate) on Dec 02, 2008 at 07:24 UTC | |
Re: How to generate XML file from XSDs ?
by dHarry (Abbot) on Nov 13, 2008 at 09:13 UTC | |
by matrixmadhan (Beadle) on Nov 13, 2008 at 10:48 UTC | |
by dHarry (Abbot) on Nov 13, 2008 at 12:40 UTC | |
by Anonymous Monk on Nov 13, 2008 at 12:50 UTC |