members-forms
members-forms copied to clipboard
Configs
Hi Michael,
I just wanted to suggest usingxml for the config data, rather than an xsl variable. The xsl variable needs parsing through exsl:node-set() where an xml document can be loaded into a variable using document() function, and therefore already be a node-set.
Just a thought. :)
Also, I've been having a play, and I may make an extension based on this concept, to allow the event and field messages to be set via the admin... Don't wait on that though, my schedule is tight.
I chose an XSL variable because you can include XSL logic, if you like. :-)
Of course you shouldn't do that. But theoretically...