How to parse xml element using attribute value. i am using Dom for parsing XML file. i am not sure for parsing xml element only having attribute value. is this possible in DOM..??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The following XPath expression will select all elements that have given attibute/attribute-value pair:
Example:
Here’s a tutorial for the Java XPath API (jaxp). It has some snippets that show how to use it.