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 -

Why am I getting Internal .NET Framework Data Provider error 1025 when passing Method to where? -

powershell - "Invalid JSON primitive" error when converting JSON file -