Search found 3 matches

by cal
Tue Sep 27, 2016 11:21 pm
Forum: Common Problems
Topic: XSLT with externally set variables does not compile
Replies: 2
Views: 1415

Re: XSLT with externally set variables does not compile

Hi Adrian, Thank you very much for your prompt response. I am using a ruby gem (Nokogiri) which relies on an old version of libxml which is much more permissive with the XSLT syntax. I followed your suggestion and declared variables that are set via XSLT parameters and everything worked as expected....
by cal
Tue Sep 27, 2016 6:22 pm
Forum: Common Problems
Topic: XSLT with externally set variables does not compile
Replies: 2
Views: 1415

XSLT with externally set variables does not compile

I am trying to create a debug scenario to profile my XSLT transforms. The main XSLT has variables which I can pass to it in my rails application via nokogiri XSLT transform API. However, when I create the scenario I am unable to have to variable substitution take place correctly. Main XSLT (I must u...
by cal
Mon Dec 04, 2006 7:00 pm
Forum: XML Schemas
Topic: dependent values problem in schematron
Replies: 1
Views: 6402

dependent values problem in schematron

Hello, I am trying to use schematron to validate XML files but I am stuck on a situation that I cannot establish a rule for: Sample XML: <parameters> <parameter> <name>percentage</name> <value>89</value> </parameter> <parameter> <name>temperatureF</name> <value>-274<value> </parameter> <parameters> ...