OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Tag for every column in every row

[ Lists Home | Date Index | Thread Index ]
  • From: "David Valera" <dvalera@pcl-hage.nl>
  • To: "'Yihpyng Kuan'" <kuan3rd@yahoo.com>, <xml-dev@xml.org>
  • Date: Tue, 11 Apr 2000 09:28:58 +0200

> I am new to XML, I have a question here, I wonder if
> anyone can shed some light on it, many thanks.

I'll try

> 
> If I have a table T1(F1 char(10), F2 char(10));
> I have 3 rows for this table.
> The XML representation of this would like this -

<removed representation>

what about this:

<Table>
	<column name="F1" datatype="char" length="10">
		<row nr="1">data 1</row>
		<row nr="2">data 3</row>
		<row nr="3">data 3</row>
	</column>
	<column name="F2" datatype="char" length="10">
		<row nr="1">data 2</row>
		<row nr="2">data 4</row>
		<row nr="3">data 4</row>
	</column>
</Table>

-- 
David


***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS