If you know any tutorial about xml /xsl, post them here,
I’m searching of tutorials that shows how to use:
- for: not only <xsl:for-each select="answer"> but also i you can do somthing like this (for $i=0; $i<10; $i++))
- if: how to use if, if you want to check many things like if ($a==b and $a<1 or $a > 10)
- Arrays: if you can make arrays: I’m using XsltProcessor::setParameter in php5 and want to know if i can make an array and how to iterate through it.
- if you can store html in a xml file and print it with xsl ex:
<node>hello <br/> bye</node>
and in xsl:
<xsl:value-of select="node"/>
and then get it to return "hello <br/> bye"



Bookmarks