That problem was fixed shortly after 1.72.0 was released. Try the docbook-xsl-snapshot release or wait until 1.72.1. It replaces:

<xsl:sort lang="$language">

with

<xsl:sort lang="{$language}">

which Xalan likes better.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
[EMAIL PROTECTED]


----- Original Message ----- From: "ThomasK" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, March 19, 2007 6:07 AM
Subject: [docbook] problem with docbook-xsl-1.72.0



Hi,

I'm trying to switch from 1.69.1 to 1.72.0.
When using 1.72.0 with xalan-1.2.7.0 we get the error: (It's a german
WindowsXP...)

xalan.bat -PARAM base.dir html/ -PARAM chunk.first.sections 1 -PARAM
chunk.section.depth 2 -PARAM use.id.as.filename 1 -ENTITYRESOLVER
org.apache.xml.resolver.tools.CatalogResolver -URIRESOLVER
org.apache.xml.resolver.tools.CatalogResolver -in user_manual.xml -xsl
"%DOCBOOK_XSL_HOME%/xhtml/chunk.xsl"

file:/C:/Programme/docbook-xsl-1.72.0/xhtml/glossary.xsl; Zeilennummer53;
Spaltennummer4468; XSLT-Fehler (javax.xml.tran
sform.TransformerConfigurationException):
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerExcep
tion: UnzulΣssiger Wert $language fⁿr NMTOKEN-Attribut verwendet: lang.
Exception in thread "main" java.lang.RuntimeException:
javax.xml.transform.TransformerException: javax.xml.transform.Tra
nsformerException: UnzulΣssiger Wert $language fⁿr NMTOKEN-Attribut
verwendet: lang.
       at org.apache.xalan.xslt.Process.doExit(Process.java:1153)
       at org.apache.xalan.xslt.Process.main(Process.java:1126)


What is the problem with the $language value?
I tried to set various language param values but couldn't solve the problem.

Any help?
--
View this message in context: http://www.nabble.com/problem-with-docbook-xsl-1.72.0-tf3427274.html#a9552718
Sent from the docbook General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to