hello,
i have an xml doc that looks like
<invoice>
<invoice_line >
<invoice_projec t_details></invoice_project _details>
<line_notes> </line_notes>
</invoice_line>
</invoice>
in my code, the current node is "invoice_projec t_details". how do i get to line_notes with xpath?
I've tried using "following-sibling::line_n otes" with no success. i've reached the point of frustration where i need to post on a board. please help.
thank you.
i have an xml doc that looks like
<invoice>
<invoice_line >
<invoice_projec t_details></invoice_project _details>
<line_notes> </line_notes>
</invoice_line>
</invoice>
in my code, the current node is "invoice_projec t_details". how do i get to line_notes with xpath?
I've tried using "following-sibling::line_n otes" with no success. i've reached the point of frustration where i need to post on a board. please help.
thank you.
Comment