members-forms icon indicating copy to clipboard operation
members-forms copied to clipboard

Configs

Open designermonkey opened this issue 11 years ago • 1 comments

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.

designermonkey avatar Feb 14 '13 12:02 designermonkey

I chose an XSL variable because you can include XSL logic, if you like. :-)

Of course you shouldn't do that. But theoretically...

michael-e avatar Feb 14 '13 13:02 michael-e