https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31623
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
