Re: [xml-dev] Effective DOM (was RE: [xml-dev] Effective XML)

From
Ronald Bourret <>
To
xml-dev <>
Date
2002-01-03T18:28:32Z
ID
<>
Thread
Re: [xml-dev] Effective DOM (was RE: [xml-dev] Effective XML)
Leigh Dodds wrote:
> My list of utilities includes:
> 
> [snip]

I'd also include a utility to do complete "normalization". That is,
(recursively) replace entity references with their children and merge
CDATA sections with adjoining text nodes. (In my case, I also delete
comments and PIs, but this presumably wouldn't occur in the general
case.)

-- Ron