OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Multiple processing document with exsl:node-set and xsltproc


Hello, All!

Now I use two pass processing for DocBook documents:
1. My tuning.xsl
2. Original DocBook XSL stylesheets.

I need to process documents in single pass processing for
publishing with Website.

I turn templates from tuning.xsl to mode="alt-tuning", import it
to my customization layer and use:

<xsl:template match="/">
  <xsl:variable name="tuned-content">
    <xsl:apply-templates select="/" mode="alt-tuning"/>
  </xsl:variable>
  <xsl:apply-templates select="exsl:node-set($tuned-content)/*"/>
</xsl:template>

Customization layer uses html/chunk.xsl from original DocBook
stylesheets.

It works strange:
Error: no ID for constraint linkend: alt.devel.docs-howto.info.
and html isn't chunked but only one file.

I use
$ xmllint --version
xmllint: using libxml version 20508
   compiled with: FTP HTTP HTML C14N Catalog DocBook XPath
XPointer XInclude Iconv Unicode Regexps Automata Schemas 

$ xsltproc --version
Using libxml 20508, libxslt 10031 and libexslt 721
xsltproc was compiled against libxml 20506, libxslt 10031 and
libexslt 721 libxslt 10031 was compiled against libxml 20506
libexslt 721 was compiled against libxml 20506

Please, tell me, where is the problem ?

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]