T
test
I need some help and advice with creating an XML file.
I have the following inputs: DTD 3.0 , DTD 4.0 and test.xml file that
is for DTD3.0
Task to accomplish :Create a new test2.xml with the same values of
test.xml but
to validate against DTD 4.0.
Background about the DTDs: Both DTD 3.0 and DTD 4.0 are drastically
different.
There are parent child relationships that have been changed, new fields
introduced and old fields removed etc.
Feedback: Most important thing I want to know is can a tool accomplish
this( say Turbo xml etc)
If not, is it possible for a program ( say java) or am I trying
something that can't be done.
I have the following inputs: DTD 3.0 , DTD 4.0 and test.xml file that
is for DTD3.0
Task to accomplish :Create a new test2.xml with the same values of
test.xml but
to validate against DTD 4.0.
Background about the DTDs: Both DTD 3.0 and DTD 4.0 are drastically
different.
There are parent child relationships that have been changed, new fields
introduced and old fields removed etc.
Feedback: Most important thing I want to know is can a tool accomplish
this( say Turbo xml etc)
If not, is it possible for a program ( say java) or am I trying
something that can't be done.