XSLT import files
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Re: XSLT import files
What do you mean?
In case an import refers to a location where you do not have that XSLT then you can use an XML Catalog to map that URI to another one that points to the respective XSLT file.
Best Regards,
George
In case an import refers to a location where you do not have that XSLT then you can use an XML Catalog to map that URI to another one that points to the respective XSLT file.
Best Regards,
George
George Cristian Bina
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Re: XSLT import files
You cannot turn that checking off, none of the existing XSLT processors offer such an option.
However, as I said before, you can have a catalog mapping that to an empty stylesheet. In your case you can use the support for resolving a resource based on a suffix, like below:
and have an empty XSLT file next to the catalog named empty.xsl
then set this catalog file as an XML catalog in oXygen Options->Preferences -- XML / XML Catalog.
Best Regards,
George
However, as I said before, you can have a catalog mapping that to an empty stylesheet. In your case you can use the support for resolving a resource based on a suffix, like below:
Code: Select all
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uriSuffix uriSuffix="file.xsl" uri="empty.xsl"/>
</catalog>
Code: Select all
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
</xsl:stylesheet>
Best Regards,
George
George Cristian Bina
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Re: XSLT import files
If you do not want to have automatic validation you can disable it from Options->Preferences -- Editor / Document Checking, uncheck the "Enable automatic validation" option.
George Cristian Bina
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service