https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31623 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #3 from David Cook <dcook@prosentient.com.au> --- That's quite interesting. Technically ">" is a reserved character, although in this case xmlstarlet outputs the escaped version whether or not you escape it in the XML file itself. Interesting! The following works: sudo xmlstarlet sel -t -v 'yazgfs/config/passtest' /etc/koha/sites/kohadev/koha-conf.xml | xmlstarlet unesc - But I think the safest thing is just not to use reserved characters in XML values. I imagine different XML parsers might have different behaviours as well... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.