vincentnl
Active member
I am new to XML and had some trouble making a database based on xml.
(xml file for simple records)
I created an xsd containing a simple element.The problem that occurred was that I only could fill the structure once. It can only contain one root element.
I can not add multiple instances.
solution i found was to create a dataset. Now a xsd and vb file is generated.
What xml-tags allow multiple instances ( so i can make a table, in stead of single element)
(xml file for simple records)
I created an xsd containing a simple element.The problem that occurred was that I only could fill the structure once. It can only contain one root element.
I can not add multiple instances.
solution i found was to create a dataset. Now a xsd and vb file is generated.
What xml-tags allow multiple instances ( so i can make a table, in stead of single element)