Simple XML Descriptor


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?xml version="1.0"?>
  2. <asp-config version="1.0">
  3. <sql name="deviceio-station-port-select">
  4. <![CDATA[
  5. select ID from DeviceIO where Station_Name = ? and Port = ?
  6. ]]>
  7. </sql>
  8. <asp-config>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.