pcf108 Posted November 22, 2004 Posted November 22, 2004 I'm looking to create valid XML documents that match a specified DTD. I know that I can use XmlDocument DOM to create nodes one by one and output the document but this is tedious and I have several documents that I need to create that match supplied DTDs. It's also a problem because the DTDs change so frequently. I don't know if there's a way to do it in .NET with XSLT. If I could somehow translate the DTD into a typed DataSet and use that class to manipulate data and write the document out. Solving this would make me one happy programmer. Quote
pcf108 Posted November 23, 2004 Author Posted November 23, 2004 After some investigation, it seems that .NET does not have very good classes built for this yet. I'm switch to java and JAXB. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.