From: Alex B. <en...@tu...> - 2001-09-18 20:38:34
|
I think it will end up being onf of the system 'tags': <bc:string id="moo.boo" /> The keyer is relatively simple (it has to be a regex) because (while we are using xml syntax) the 'tags' aren't always in a valid xml context. > Where does the BCString Keyer fit into this? > It seems to me if we are regexing through all the pages at build time this > process should include keying in text strings for multi-language capability > at this point. > > Example from Alex: > <lang>strings.xml.hello</lang> > > xml file: > <strings> > <string> > <id>hello</id> > <lang:en>Hello</lang:en> > <lang:fr>Bonjour</lang:fr> > <description>This string is used on the home page in "hello, > $username".</description> > </string> > </strings> > > Charlie best, _alex |