From: Steven B. <sb...@cs...> - 2003-06-05 20:53:03
|
On Fri, 2003-06-06 at 00:04, Sean Hendricks wrote: > I tried putting in some markup within the content of a feature tag, > and the markup is stripped out before being loaded into TableTrans. > Then, when I save it to another AG XML file, the tags are no longer > there. Haejoong's solution (use < and >) is fine so long as the load process converts them to their readable versions for display, and the save function stores them again as entities. To test this, add a ">" to a cell in TableTrans, save it to XML, then load it again and see if the ">" is still there. -Steven Bird |