You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi Michael,
I just wanted to suggest using
xml
for the config data, rather than anxsl
variable. Thexsl
variable needs parsing throughexsl:node-set()
where anxml
document 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.
The text was updated successfully, but these errors were encountered: