[
Lists Home |
Date Index |
Thread Index
]
- From: Denis Jaccard <denisj@adenia.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 20 Oct 2000 23:42:49 -0500
Hi,
I had a DOM tree which had been generated from a flat file (order.xml). The
content of this xml file was validated by an external DTD.
I have then made a few modifications to this DOM tree. Unfortunately, these
modifications are no more validated by the DTD. This means that the DOM tree
generated by program is no more valid.
Is there any solution to my problem ?
Thanks in advance for your help.
Denis
|