You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/04/04 15:27:41 UTC

DO NOT REPLY [Bug 18704] New: - Variables/XPath not supported in href

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18704>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18704

Variables/XPath not supported in href

           Summary: Variables/XPath not supported in href
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: mhilpert@gmx.de


Trying to use a variable or xpath in href just outputs a "object not found" 
message. E.g.

<xsl:variable name="var1">//row/sourcedoc</xsl:variable>
<xsl:include href="{@var1}"/>

or

<xsl:include href="{//row/sourcedoc[1]}"/>

don't work. Is this a unsupported feature in the current FOP?

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org