Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Many values in same element, with minimum XML overhead

From: "Neil Smith [MVP Digital Media]" <neil@------.--->
To: NULL
Date: 6/2/2005 2:52:00 PM
On Thu, 2 Jun 2005 06:56:02 -0700, "Benjamin"
<benjamin.tengelin@n...> wrote:

><MYFRIENDS Boys="Alfred;Luke;Mathew" Girls="Ann;Susane/>
>
>It is not nice to ";"-separate the values. How do make 1 element containing 
>many values in a more "XML" way of thinking?
>
>I want MINIMAL overhead, we are talking about 1000nds of values in the same 
>element. Is this Ok?<MYFRIENDS Boys="<Alfred><Luke><Mathew>" Girls="<Ann><Susane>"/>

No, it's wrong. If you're worried about the tags, make them very
short, as  long as you're clear what they refer to. For example, try :

<myfriends>
	<m>
		<n>Alfred</n>
		<n>Luke</n>
		<n>Matthew</n>
	</boys>
	<f>
		<n>Ann</n>
		<n>Suzanne</n>
	</f>
</myfriends>

>  How to code in Visual Basic.NET ?

Huh ? Code what, where ?


transparent
Print
Mail
Like It
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