Does anyone know if step 2 in the wizard where you Specify Query String accepts a Path Expression other than /*/*???
I am reading in an xml file and trying to access certain elements and I keep getting exceptions.
I have an xml file with an element called <prodOrder> which I am trying to select all the prodOrder children.
The syntax I am using is "/prodOrder/*"
This doesn't work.
Any help would be GREATLY appreciated.
thanks


Reply With Quote
