Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道使用xs:selector元素时允许的 XPath 表达式是什么。我尝试使用这个表达式x/y[1]来选择 x 元素的第一个 y。
xs:selector
x/y[1]
我有编译错误,表达式是选择器或字段的无效 XPath。
有什么替代方法?
我担心你只能在 XSD 选择器中使用一些减少的 XPath 集。不幸的是,不允许进行测试。不错的网站是http://docstore.mik.ua/orelly/xml/schema/ch09_02.htm(查看第 9.2.5 章允许的 XPath 表达式)。