Search found 5 matches

by colibrisson
Mon Sep 04, 2017 9:57 am
Forum: XSLT and FOP
Topic: How to validate XSLT 3.0 stylesheet with xsl:use-package?
Replies: 22
Views: 12705

Re: How to validate XSLT 3.0 stylesheet with xsl:use-package?

Quick update:

I tested the package and the stylesheet with Saxon 9.8 from the command line and everything was working fine.

I also tried to load the stylesheet by adding the -lib option in the transformation scenarios parameters but I got exactly the same error.
by colibrisson
Sun Sep 03, 2017 8:28 pm
Forum: XSLT and FOP
Topic: How to validate XSLT 3.0 stylesheet with xsl:use-package?
Replies: 22
Views: 12705

Re: How to validate XSLT 3.0 stylesheet with xsl:use-package?

I'm using <oXygen/> XML Editor 19.0 with Saxon 9.8 add-on. I would like to use a package in my stylesheet but I Saxon can't find it and issue the following error: ID Système: C:\Users\colibrisson\Desktop\img package\test.xsl Fichier de validation principal: C:\Users\colibrisson\Desktop\img package\t...
by colibrisson
Thu Apr 13, 2017 2:56 pm
Forum: Other Issues
Topic: XML parser Xinclude support for XML schema's Id
Replies: 4
Views: 2369

Re: XML parser Xinclude support for XML schema's Id

Hi Radu, The problem is that Xerces' XInclude processor - or maybe more accurately Xerces's XPointer processor - doesn't seem to recognize the Id attributes or elements declared in XML Schema. I have tried to use XPointer's element() scheme in order reference Id with xs:ID and xs:anyUri types but no...
by colibrisson
Thu Apr 13, 2017 12:15 pm
Forum: Other Issues
Topic: XML parser Xinclude support for XML schema's Id
Replies: 4
Views: 2369

XML parser Xinclude support for XML schema's Id

Hello, I'm using <oXygen/> XML Editor 18.1. I have some issues referencing part of an XML file by its Id using the XInclude element() scheme. I read somewhere that it's because Xerces doesn't support XML Schema Id. Is there another XML parser that offers a better support for XInclude? Thanks in adva...