Cornedbee: Lookie here!(XML/XSL Question if anyone else is good at that) *Resolved*
You seem to be the expert on all theese standard w3c things =). So I'm trying to make my first really valid webpage(which is to look nice ;)), and I'm using XML, and XSL(I don't convert it to XHTML)... So, what I wanna know is, if it's possible to send a variable to my XML file, which can be catched and used by XSL? My first though was to use javascript, but since I need to do something like this: <xsl:value-of select="node1/node2/<myvar>"> I run into a problem since I can't embed JavaScript in the XSL tag... So, what do I do ? =)