PaulT wrote: > This procedure will produce a broken XML, > because SAX turns > & < " and ' > things into > & < " ' symbols, so the accurate > processing should turn the symbols back to > entities. In this case, it will happen to work, but you're correct about the general case. A good reason to use something like XMLWriter. -- Ron