[gme-users] Can't import XML if contains ]]>
Gabriele Trombetti
gabtromb at isis.vanderbilt.edu
Tue May 18 17:10:37 CDT 2004
Any GME project which contains ]]> in a string attribute, if exported to
XML it cannot be imported back because the xml export will contain the
invalid sequence ]]> in a CDATA.
To fix this you (GME developers) need to escape the sequence somehow
before exporting the XML, e.g. you can add a + symbol after every ]] you
find, and remove it in the Import_XML .
]]> becomes ]]+>
]]+> becomes ]]++>
and so on.
Regards
Gabriele Trombetti
More information about the gme-users
mailing list