[oXygen-user] admon.graphics.path

George Cristian Bina
Mon Oct 20 09:27:40 CDT 2003


Hi Sean,

I guess you want to write:
<xsl:param name="admon.graphics.path" select="'xsl/images/'"/>
Note the apostrophes inside select, thus you specify xsl/images/ as a string
constant, otherwise the XSLT procesor will try to evaluate the select
content as an XPath expression.

Best Regards,
 George

----- Original Message -----
From: "Sean Wheller" <>
To: <>
Sent: Monday, October 20, 2003 3:05 PM
Subject: [oXygen-user] admon.graphics.path


> When validating the following XSL Customization layer
> I get the following error.
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <xsl:stylesheet
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0">
>
> <xsl:import href="xsl/fo/docbook.xsl"/>
>
> <!-- Parameters -->
> <xsl:param name="paper.size" select="A4"/>
> <xsl:param name="admon.graphics" select="1"/>
> <xsl:param name="admon.textlabel" select="0"/>
> <xsl:param name="admon.graphics.path"
> select="xsl/images/"/>
> <xsl:param name="shade.verbatim" select="1"/>
> <xsl:param name="insert.xref.page.numbers"
> select="1"/>
>
> </xsl:stylesheet>
>
>
> ERROR: F A location step was expected following the
> '/' or '//' token.
>
> Yet as far as I know xsl/images/ is the correct
> syntax.
>
> Sean Wheller
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> _______________________________________________
> oXygen-user mailing list
> 
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>



More information about the oXygen-user mailing list