Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: HTML using XML PATH

    any body give this in reverse process

    DECLARE
    @XML XML SELECT @XML =
    <table>
     <thead>
      <tr>
       <td>Name</td>
       <td>Date</td>
       <td>Status</td>
      <tr>
     </thead>
     <tbody>

Viewing post 1 (of 1 total)