Re: XML+XSL= XML only?

Subject: Re: XML+XSL= XML only?
From: Nicolás Lichtmaier <nick@xxxxxxxxxx>
Date: Sat, 1 Apr 2000 17:03:06 -0300
> 3) SQL (to RDBMS)

 It could be done by creating a simple DTD for SQL, and a converter.

<query>
<select>
	<value>name</value>
	<value>phone</value>
	<from>table</from>
	<where>....</where>
</select>
</query>

 Does this make sense? =)


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread