I have a fairly complex xml and I don't have a schema for it. I only wanted to extract a few things from that XML (Less then 3 nodes out of 100)
Is there a way to do it without recreate the schema such as jaxb schema generator? What would be the best way to do this?
Thanks