Just a note that if you need to store an "&" in an XML file (e.g. as part of 
your database password) you need to escape it as &
so a password like dog&cat should be stored in XML as
<password>dog&amp;cat</password>

Here are the other characters that need to be handled in this way:
https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML

Regards
Matthew Laurenson

_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to