Jump to content

xsl:variable usage with user-input value


Guest alptkn

Recommended Posts

Guest alptkn

I am trying to assign a user-input value to a variable. Is this possible with xsl:variable, if so, how; if not, is there another way to do this?Thanks.

Link to comment
Share on other sites

Well, it's possible if the entered value is saved in some XML (by server side script) and then extracted with XSLT.<xsl:variable select="document('path to document')/path to the value" />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...