Re: [xsl] dynamic document() template problem

Subject: Re: [xsl] dynamic document() template problem
From: JBryant@xxxxxxxxx
Date: Mon, 20 Jun 2005 14:54:08 -0500
My earlier reply was wrong. Sorry about that.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




Arian Hojat <arianhojat2000@xxxxxxxxx> 
06/20/2005 02:29 PM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc

Subject
[xsl] dynamic document() template problem






Hello i am trying to base a template rule off an
attribute in my XML to which chooses nodes to apply 

###my XML###
<include href="fbackground.xml"
nodes="fb/section1/*"/>

###my rule for <include>###
<xsl:apply-templates
select="document(@href)/Document/{@nodes}"/>

but i get an error with Saxon...
[ERROR]
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException: A location
step was expected following the '/' or '//' token.
without the {}, i know it will just check to see if it
has an attrbiute, but i would like it to get
intrepeted to
'document(fbackground)/Document/fb/section1/*'



 
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

Current Thread