Hi all, I tried to parse the following XML using Axiom,
<?xml version="1.0"?> <?xml-stylesheet href="doc.xsl" type="text/xsl" ?> <!DOCTYPE doc SYSTEM "doc.dtd"> <doc>Hello, world!<!-- Comment 1 --></doc> <?pi-without-data ?> <!-- Comment 2 --> <!-- Comment 3 --> When I get the iterator for children from the OMDocument and traverse through it all I get is the first processing instruction, i.e. <?xml-stylesheet href="doc.xsl" type="text/xsl" ?> can anyone tell me any reason for this ? or is this simply a bug in Axiom ? Thanks in advance --saliya -- Saliya Ekanayake http://www.esaliya.blogspot.com http://www.esaliya.wordpress.com
