Bruno

Unfortunately, that still does not seem to work;
I still get the "," separator...

Derek

>>> [EMAIL PROTECTED] 2004/07/26 02:34:28 PM >>>
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] 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to