This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XML+XSL= XML only?


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]