From: Sean H. <she...@ug...> - 2003-06-05 14:04:46
|
On 5 Jun 2003 at 14:20, Steven Bird wrote: > Within AGLIB the value of a feature is an uninterpreted string. In the > XML DTD, the content of a feature is PCDATA. So it is fine on both > counts to include well-formed XML markup. > > There's one caveat though - I'm not sure what assumptions the file I/O > module makes about the content of features. (Haejoong would you please > let us know if you see any problem with this?) 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. Is there a good place within the code that I could look into to see why this might be? Sean |