XML Node Iterator Action returns incorrect XPath when DTD specified

If I use an XML Node Iterator on an XPath like /Build/Project it works as expected. If I add a DOCTYPE tag at the beginning of my document to specify an external DTD, the XPath returned is incorrect. The XPath returned is off by one in the index of the root tag.

I’m attaching a example of this behavior.

002_001_XMLIterBug.zip (32.084 KB)

Hi Nelson,

Thanks for reporting this bug (and for providing the example), we’ll have a new test build available soon.

Regards,
Paul.

Hi Nelson

Here’s a build with the fix :

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1663.exe

That fixed it, thanks!