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.
Hi Michael,
I just wanted to suggest using
xmlfor the config data, rather than anxslvariable. Thexslvariable needs parsing throughexsl:node-set()where anxmldocument can be loaded into a variable usingdocument()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.