Hi there,
I'm trying to render certain data into the browser. In particular:
1. To render all products in stock (which include those already available and will be available 2 days after placing the order) - displaying full product dtls (all elements)
2. To render all products having a delivery charge of less than 3 dollars.
Here's my xml:
Here's my attempt at no.1:
I know the syntax is wrong for the if statement - how should it be done?
And no.2 attempt:
At the moment for the above xsl file, I dont get any results displayed. Where am I going wrong?
At the moment I have to change the file name in the xml
doc to select the relevant xsl document - but is there a smart way to be able to create a singe xml document that links to multiple xsl files?