← Prev in month ← Prev in thread

RE: Roundtrip stylesheets how-to?

From
Denis Bradford <>
Date
2007-03-04T00:37:46+00:00
ID
Thread
RE: Roundtrip stylesheets how-to?
Sorry, sent the previous before finished. I meant to say, I tried this:

java com.icl.saxon.StyleSheet -r 
org.apache.xml.resolver.tools.CatalogResolver -x 
org.apache.xml.resolver.tools.ResolvingXMLReader
-o hr-resume.sxw
hr-resume-docbook.xml
roundtrip/dbk2wordml.xsl

Got this result:

Error at xsl:value-of on line 688 of 
file:/opt/xml/xsl/docbook-xsl-1.72.0/roundtrip/dbk2wp.xsl:
   Variable text has not been declared
Error at xsl:value-of on line 702 of 
file:/opt/xml/xsl/docbook-xsl-1.72.0/roundtrip/dbk2wp.xsl:
   Variable text has not been declared
Error at xsl:call-template on line 549 of 
file:/opt/xml/xsl/docbook-xsl-1.72.0/roundtrip/dbk2wp.xsl:
   No template exists named sum
Error at xsl:with-param on line 796 of 
file:/opt/xml/xsl/docbook-xsl-1.72.0/roundtrip/dbk2wp.xsl:
   Duplicate parameter name
Transformation failed: Failed to compile stylesheet. 4 errors detected.

I have an idea that I need to do something with one of the templates -
is that what I'm missing?



-------- Original Message --------
Subject: Roundtrip stylesheets how-to?
Date: Sat, 03 Mar 2007 19:14:08 -0500
From: Denis Bradford <>
Reply-To: 
To: 
References: <>

Is there a description of the basic usage of the roundtrip stylesheets?
Forgive me if it's there - I have looked.

Failing that, maybe someone who's done it can steer me straight: for
starters, how about transforming a DocBook article to OpenOffice?
← Prev in month ← Prev in thread