Hi gurus,
Now I meet with a problem when I'm using MS HD DVD Simulator to test a disc.
An XPath expression, /descendant::body/child::div, which I think all right, doesn't pass the MS Simulator though.
And similar expression is found in XPath 1.0, W3C
/descendant::olist/child::item selects all the item elements that have an olist parent and that are in the same document as the context node
So, everybody please give your suggestions. Is it a syntax error or just not currently supported by MS HD Player yet
Thanks!

syntax error or not supported yet?
linzbfc
mogulty
Potato K
Section 7.5.2.4 of the spec defines allowed XPath syntax.
XPath axes are not allowed.
You'll need to change your syntax based on the rules defined in 7.5.2.4, otherwise syntax error will be thrown.