Next in thread →
Next in month →
Re: [docbook-apps] Problems with Xalan extensions and docbook XSL
Title: KCC Stationery Hi David, If I understand you correctly, you are using Antenna House to apply the stylesheet with XSLT and then process the resulting XSL-FO. It isn't obvious to me which of those two steps is having a problem. Is it possible to use Xalan to first generate a .FO file? That would indicate which step is having the problem, and you might be able to examine the FO file for a missing end tag. Bob Stayton Sagehill Enterprises DocBook Consulting ----- Original Message ----- From: David White To: Sent: Wednesday, July 05, 2006 1:08 PM Subject: [docbook-apps] Problems with Xalan extensions and docbook XSL Hello everyone! I am trying to use the infamous getWidth() function that norman provides. However, if I turn on use.extensions in my stylesheet I get an error. Below are code snipets. XSLT (name space declarations) <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:exsl="http://exslt.org/common" xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xtext="com.nwalsh.xalan.Text" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xalan="http://xml.apache.org/xalan" xmlns:lxslt="http://xml.apache.org/xslt" xmlns:ximg="xaln://com.nwalsh.xalan.ImageIntrinsics" exclude-result-prefixes="exsl xlink xtext lxslt ximg" extension-element-prefixes="xtext" version="1.0"> Parameter settings in my XSLT: <xsl:param name="axf.extensions">1</xsl:param> <xsl:param name="use.extensions">1</xsl:param> <xsl:param name="graphicsize.extension" select="'1'"/> <xsl:param name="textinsert.extension" select="'1'"/> What would cause Antenna House XSFormatter v4.3 (using xalan ) to fail? The error I get is: 6145 (1801):Missing end tag. Line 294, Col 0, C:\DOCUME~1\davidw\LOCALS~1\Temp\xif87d9.xml source:XfoCommon::XmlParserImpl Any suggestions or examples? I'm trying to get the image width information w/o having to specifiy the @width attribute in the XML. Thanks, David White Ken Cook Co., Content Management http://www.kencook.com tel: 414.847.1322 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 7/4/2006
Next in thread →
Next in month →