I would like to create and structure an XML file with varialbes provided from $_POST acording to the rules set out by a DTD file.
Previously I have been dynamically building XML files by just sighting a DTD, but the DTD keeps changing and I gotta go back and make modifications to my code.
Can anyone help?