xml - How can I extract a string within square brackets in xslt -


given string such "hello [world]", how value of text inside square brackets xslt?

substring-before(substring-after(root, '['),']') 

where "root" node having string.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -