We are displaying forms using 6.5 as HTML with great success however, there are a few forms using some javascript that doesn't seem to translated.
The particular line of code that seems to be acting different from PDF to HTML is this line:
var root = xfa.resolveNodes("xfa.record.mynode[*]")
In PDF, root.length = 2 whereas in HTML, root.length = 0.
Any ideas how to mitigate? How do you traverse XML data in HTML?
More importantly, what are debugging techniques in HTML? Can I step through the scripts?