From: Sean H. <she...@ug...> - 2003-06-06 13:34:06
|
Just tried it, and it seems to work fine. All I have to do is write the scripts to transform the entities into brackets, and vice versa. Shouldn't be a big deal. Thanks for the input. Sean On 6 Jun 2003 at 6:50, Steven Bird wrote: > 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 > > > |