From: Steven B. <sb...@cs...> - 2003-06-05 04:23:02
|
Hi Sean, On Thu, 2003-06-05 at 01:15, Sean Hendricks wrote: > Hello all, > > I apologize if this has been addressed before, but I can't access the archives to find > out. Sorry about that - to access the list archives you needed to be logged in to sourceforge. I've now made the list public so that signing in is no longer required. (But posts are still only permitted from list members). > I was wondering how one might address tags that are internal to the Feature > element. For example, if one had the following in an AG: > > <Feature name="content">This is some linguistic data.</Feature> > > And one wished for the content to be tagged with features such as stress, like the > following: > > <Feature name="content">This is some <stress>linguistic</stress> data.</Feature> 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?) -Steven Bird |