i wanna make my Formular and xslt a little easier to handle.
I wanted to change the Path to the Site by an Variable, cause i need this path more than once in my code. So if i had tho change sometimes the Path, i had to change it only one Time and everything works as it should!
So this is the Code, a part of my Form Tag.
Code:
action="{<xsl:value-of select='$Site1'/>}"
I Love umbraco