Search found 16 matches

by birstrack
Tue Oct 26, 2021 12:34 pm
Forum: XSLT and FOP
Topic: Error XS0032 message XProc transformation
Replies: 1
Views: 856

Error XS0032 message XProc transformation

What does this error message means?
E [Add-on for Calabash XProc Engine] err:XS0032 : Input source unbound on cx:message step named !1.16 and no default binding available. (It is a static error if no connection is provided and the default readable port is undefined.)
by birstrack
Thu May 20, 2021 5:35 pm
Forum: XSLT and FOP
Topic: Several output files in several maps
Replies: 3
Views: 1578

Re: Several output files in several maps

In my script I have now: <xsl:template match="map"> <xsl:for-each select="descendant::topicref"> <xsl:result-document method="xml" href="LO_{@cci-idref}.xml"> ... This works ok. But I really would like, that all generated files are stored in the same sub-map. ...
by birstrack
Tue May 11, 2021 1:55 pm
Forum: XSLT and FOP
Topic: Several output files in several maps
Replies: 3
Views: 1578

Several output files in several maps

I have one inputfile for my XSLT transformation and I want to generate several outputfiles, each in a separate folder. In my XSLT I have: <xsl:template match="lcInteraction"> <xsl:for-each select="*"> <xsl:variable name="map" select="/learningAssessment/@id"/>...
by birstrack
Tue Jan 12, 2021 11:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: java.lang.IndexOutOfBoundsException: Index 3 out of bounds for length 3
Replies: 2
Views: 1925

java.lang.IndexOutOfBoundsException: Index 3 out of bounds for length 3

hey, I am using Oxygen 23 kit bundled with Java 15.
I don't know if this courses the problem when transforming a DITA map to XHTML.
I get the message: java.lang.IndexOutOfBoundsException: Index 3 out of bounds for length 3
What can I do?
by birstrack
Tue Jan 05, 2021 11:57 am
Forum: Common Problems
Topic: Problem with shortcut
Replies: 1
Views: 932

Problem with shortcut

As in Oxygen 21 I also get warnings in Oxygen 23 when I search for directories for example to compare them or when doing a search "Find and replace in files". The message I get is: Problem with shortcut The drive or network connection that the shortcut " refers to is unavailable. Make...
by birstrack
Thu Aug 13, 2020 1:22 pm
Forum: General XML Questions
Topic: ID as href target
Replies: 1
Views: 1196

ID as href target

hi, when using a ditamap Oxygen expects a file-name in the @href attribuut. Is it possible to use an ID instead and configure Oxygen the way that it can use an ID instead and find the target?
by birstrack
Tue Jun 09, 2020 11:10 am
Forum: XSLT and FOP
Topic: Can I use a combination of id's in result-document@href?
Replies: 2
Views: 1325

Re: Can I use a combination of id's in result-document@href?

hi Radu, thanks, this helps/works.
by birstrack
Fri Jun 05, 2020 5:44 pm
Forum: XSLT and FOP
Topic: Can I use a combination of id's in result-document@href?
Replies: 2
Views: 1325

Can I use a combination of id's in result-document@href?

My problem is that I have to split a learningAssessment topic into several topics, for each child of lcInteraction. I wrote this: <xsl:template match="lcInteraction"> <xsl:for-each select="*"> <xsl:result-document method="xml" href="{concat(/learningAssessment/@id,...
by birstrack
Tue Nov 26, 2019 3:27 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: lcMatching2 vs. lceChainMatching
Replies: 3
Views: 1130

Re: lcMatching2 vs. lceChainMatching

hi Radu, thanks, Birgit
by birstrack
Mon Nov 25, 2019 1:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: lcMatching2 vs. lceChainMatching
Replies: 3
Views: 1130

lcMatching2 vs. lceChainMatching

hi, I have made a DITA specialization which is more or less the same as the lcMatching2, the lceChainMatching. Both questions are specializations on simpletabel. When using the lcMatching2 and having following XML, I get no error message: <lcMatching2> <lcQuestion2></lcQuestion2> <lcMatchTable2> <lc...
by birstrack
Wed Nov 20, 2019 2:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can I set out the link check?
Replies: 4
Views: 1456

Re: Can I set out the link check?

Thanks for the tips
by birstrack
Tue Nov 19, 2019 7:23 pm
Forum: XML Schemas
Topic: DITA specialization class attribute
Replies: 2
Views: 2285

Re: DITA specialization class attribute

hi Radu, we changed the location of the specialization module and I don't now why we won't get an error message any more. Thu, let's close this ticket.
by birstrack
Tue Nov 19, 2019 7:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can I set out the link check?
Replies: 4
Views: 1456

Re: Can I set out the link check?

Hi Radu, the xref look like this:
<xref href="CV#Ekel" format="dita" scope="local">
As long as we don't have all content we cannot set all links and decided to give it a fake target so that we know enough about the target we have to link later.
by birstrack
Fri Nov 15, 2019 5:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can I set out the link check?
Replies: 4
Views: 1456

Can I set out the link check?

I want to be free to set something else in the xref@href than DITA expected.
But when do so, I get errors instead of warnings that the target cannot be found.
Can I set of the links check or at least conf. the validation that I get warnings instead of errors?
by birstrack
Thu Nov 14, 2019 6:14 pm
Forum: XML Schemas
Topic: DITA specialization class attribute
Replies: 2
Views: 2285

DITA specialization class attribute

hi, I have made a DITA specialization and defined the class attribute like this: <xs:extension base="ilChainMatching.class"> <xs:attribute ref="class" default="+ topic/div ilchainmatching-d/ilChainMatching "/> </xs:extension> My own DITA shell xsd which is using the xsd...