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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -