On Mon, 2004-07-26 at 13:54, Derek Hohls wrote: > How to remove the "," from the integer formatting: > > When I use: > > <wd:datatype base="integer"> > <wd:convertor type="formatting" variant="integer"> > <wd:patterns> > <wd:pattern>#0</wd:pattern> > </wd:patterns> > </wd:convertor> > </wd:datatype> > > I get 1,677 instead of 1677 ?
In that case you can use the plain convertor: <wd:convertor type="plain"/> -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
