Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~160 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for longbart

You can't natively execute dynamic XPath in XSLT. Try something like this: [url]http://www.exslt.org/dyn/functions/evaluate/index.html[/url]

Member Avatar for longbart
0
84
Member Avatar for muchomagic

Hi all, I'm attempting to write an XPath expression that can follow references recursively. I'm doing this for a Schematron rule, so it's not in an XSLT template that I can modify. The setup: [code] <strawberry id="strawberry-1"> <extends ref_id="berry-1"/> </strawberry> <berry id="berry-1"> <extends ref_id="fruit-1"/> <extends ref_id="plant-1"/> </berry> <fruit ref_id="fruit-1"/> <extends …

0
76

The End.