Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Set comma as decimal separator

From: actarus@-----------.---------.---
To: NULL
Date: 7/5/2005 7:05:00 AM
It works now, thanks a lot Martin

Bye

"Martin Honnen" ha scritto:

> 
> 
> actarus wrote:
> 
> > Ok, I have another question, I have an element that could be with or without 
> > data and if the element has a data this should be a particular data types, 
> > for example:
> > <data_gara>21/07/2005</data_gara> or
> > <data_gara />
> > How can I write that in a xsd schema?
> 
> The proper way to do that is with the nillable attribute e.g.
>    <xsl:element name="data_gara" type="someTypeHere" nillable="true" />
> then in the XML instance document you need
>    <data_gara xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>               xsi:nil="true" />
> -- 
> 
> 	Martin Honnen --- MVP XML
> 	http://JavaScript.FAQTs.com/
> 


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent