Hello:
I am learning XML technology. I have a question on creating an XML document
that conforms to a DTD/XSD.
While there is a function that I can call to make sure that the XML document
is valid, I would like to know how I can create it.
Do I have to understand the DTD/XSD and code my module so that the XML
document is valid? Or, are there tools available to do this? What if the data
is in SQL Server but I have to create an XML rendition of the data that
conforms to a DTD/XSD?
Thanks.
venki
I am learning XML technology. I have a question on creating an XML document
that conforms to a DTD/XSD.
While there is a function that I can call to make sure that the XML document
is valid, I would like to know how I can create it.
Do I have to understand the DTD/XSD and code my module so that the XML
document is valid? Or, are there tools available to do this? What if the data
is in SQL Server but I have to create an XML rendition of the data that
conforms to a DTD/XSD?
Thanks.
venki
Comment