DEV Community

Sara Mirabi
Sara Mirabi

Posted on

Returning Null values for missing tags with EvaluateXpath in Java

I am retrieving XML tag values by evaluate path, assume I have 3 tags with book info Book info consists of : Name - year - Author and in 1 tag Author name has been missed and doesn't come in my tags, I want to have an array that shows…

Top comments (0)