hi, i am using 'org.apache.xml.serialize.XMLSerializer' to serialize xml documents. I can easily serialize xml document or elements.. but i now i need to serialize any results i get using xpath statements (XPathAPI). the results are all nodes but can be a 'text node' or 'attribute node' etc.. as well. i cannot cast these as an Element.
serializer.serialize((Element)node); is there a solution?? __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
