Sivan Mozes

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
Sivan Mozes created a post, XML language injection for a particular schema
This seems like an obvious feature, but I can't find documentation for it.I want to annotate a text fragment as XML of a particular schema. I don't want to specify the schema in the XML fragment it... -
Sivan Mozes created a post, Configuring XPath extension function namespace without DTD
From this documentation, I see that IntelliJ has awareness of xpath extension functions, at least for EXSLT, but it's not clear how this is configured:http://www.jetbrains.com/idea/features/xml_edi... -
-
Sivan Mozes created a post, XSLT debugger using libsaxon, which only supports XSLT1.0
I expected the XSLT debugger to support XSLT 2 and XPath 2, but it's actually using com.icl.saxon, something entirely different from Saxon 9.As such, I can't debug XSLT 2 and XPath 2.XSLT Runner do...