On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Include an xsl in an xsl from repository

Hi,

At the moment we are facing the problem for including an xsl file in an xsl file all from within the repository.

This is what we have for now working:

All the attached files are saved in the repository and in Naamloos.xsl you see we include Naamloos2.xsl by a DRL include like this:

<xsl:include href="dctm://REPO/0900XXXXXXXXXXXX?DMS_OBJECT_SPEC=OBJECT_ID"/>

We found this information in XML_53_SP1_application_development.pdfYou see we point to an object_id, but we rather like to query the current version based on object_name. We tried this:<xsl:include

href="dctm://REPO/dm_document where object_name=&apos;Naamloos2.xsl&apos;?DMS_OBJECT_SPEC=PREDICATE"/>

This last include gives us this error we can't figure out:W [Saxon6.5.5] Failure reading dctm://wcm01/dm_document where object_name='Naamloos2.xsl'?DMS_OBJECT_SPEC=PREDICATE - Query not recognized: DMS_OBJECT_SPEC=PREDICATE from: dctm://wcm01/dm_document%20where%20object_name=%27Naamloos2.xsl%27?DMS_OBJECT_SPEC=PREDICATEIs there a solution for this problem or maybe there is an other option to include an xsl that is saved in the repository?Best regards,

Antal Bos