On Tue, 20 Dec 2005, JC Helary wrote: > I would like to know if there is a "simple" way to identify: > > -block level textual information > -inline level textual information > -localizable subflows present in tags attributes values. > > This, to parse an OD file and be able to proporly segment the text > for use in a CAT tool.
Some of the tools at http://opendocumentfellowship.org/Resources/DeveloperTools may give you code that would be useful. In general, block level information will be contained in <text:p> and <text:h>; inline level information in <text:span>. I'm not sure what you mean by localizable subflows. -- J. David Eisenberg http://catcode.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
