in reply to DTD and xml module

"parse the xml document" is not very informative. Until we know what do you want to do with the XML there's no telling which module will best fit the task. It's like asking what tool is best to work with wood. If we do not know what do you plan to do with the wood, we can't suggest anything.

Replies are listed 'Best First'.
Re^2: DTD and xml module
by Anonymous Monk on Jun 15, 2007 at 16:50 UTC
    Hi Jenda, xml document is shown in the previous replies, what i am trying to do is for each item between <DocSum> tags, i am trying to write a text file with each enrty separated by tab, like for example id\t\item name\tItem Description.....and so on..........