[
Lists Home |
Date Index |
Thread Index
]
- From: Daniel Veillard <Daniel.Veillard@w3.org>
- To: Denis Jaccard <denisj@adenia.com>
- Date: Sat, 21 Oct 2000 12:53:02 +0200
On Fri, Oct 20, 2000 at 11:42:49PM -0500, Denis Jaccard wrote:
> 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 ?
Well depends on your toolbox. What did you used to validate and
generate the DOM tree ?
In the case of libxml there is separate routines to load a DTD
and and another one to validate a document instance against a DTD
instance. It is also possible to revalidate at any time a document
with a DOCTYPE declarations.
I'm pretty sure similar call exists in other toolkits.
Daniel
--
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes | libxml Gnome XML toolkit
Tel : +33 476 615 257 | 655, avenue de l'Europe | http://xmlsoft.org/
Fax : +33 476 615 207 | 38330 Montbonnot FRANCE | Rpmfind search site
http://www.w3.org/People/all#veillard%40w3.org | http://rpmfind.net/
|