[Home] [By Thread] [By Date] [Recent Entries]

  • From: "David Valera" <dvalera@p...>
  • To: "'Yihpyng Kuan'" <kuan3rd@y...>, <xml-dev@x...>
  • 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@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member