I am testing zXML inside of a DNN module. I have a sample i worked up using straight html/
js and it works fine in both ie/ffox. I've created a new module using the same basic code.
Had to make some changes to get the
js files loaded (linking them in default.aspx) instead of my test module.
It all still works fine in IE, but FFox 1.5.0.2 throws the error "This.ParseError has no properties" in zxml line 1. and the main menu wont show up in DNN.
If i navigate to my test module and then add the link back in to default.aspx for zxml. I lose my menu, but my code works. I am using zxml for xpath, xslt mainly.
any thoughts?