在dotnet核心中使用Xquery处理XML文档

时间:2019-08-12 12:31:00

标签: c# asp.net-core xquery

对于我的任务,我必须专门使用ViewCompat.setOnApplyWindowInsetsListener(wb, (v, insets) -> { ((ViewGroup.MarginLayoutParams) v.getLayoutParams()).bottomMargin = insets.getSystemWindowInsetTop() + (int) dpTopixel(getContext(), pixels); return insets.consumeSystemWindowInsets(); }); 来处理XML文档。

XQuery中,我们有.net,但要求是使用Xquery。

我找到了linq-xml的某些库,例如

  • Saxonica
  • XML Prime

更多列表可在此处找到,https://github.com/maxtoroq/dotnet-xml#xpath-xquery-and-xslt

但是我没有找到与此实现有关的任何文档或示例?

.net中是否有特定于Xquery的示例?

有人能指出我正确的方向吗?

我的.net core格式如下。

XML

0 个答案:

没有答案