jimmyshoes
Programmer
I am trying to parse the xml from a pdf file. I have used the following to get the xml
I want to search the xml for a specific node called <xap:ModifyDate> . How is this best achieved?
Code:
<CFSet xmlDoc = XMLParse(toString(output))>
I want to search the xml for a specific node called <xap:ModifyDate> . How is this best achieved?