+ Reply to Thread
Results 1 to 2 of 2

Thread: Comparison between <![CDATA[]]> in XSLT?

  1. #1
    Melay is offline Junior Member Melay is on a distinguished road
    Join Date
    Oct 2007
    Posts
    3
    Rep Power
    0

    Comparison between <![CDATA[]]> in XSLT?

    I have the following code fragment, considering that the rest of my codes work perfectly:

    <query name="Samples" rowElementName="Sample>
    <sql>
    <![CDATA[
    select count(p.ProductID)
    from Product p
    where p.GivenDate <= getDate()
    ]]>
    </sql>
    </query>

    What seems to be the problem?

  2. #2
    jake cigar™ is retired is offline Junior Member jake cigar™ is retired is on a distinguished road
    Join Date
    Oct 2007
    Posts
    3
    Rep Power
    0
    <query name="Samples" rowElementName="Sample>
    <sql>

    select count(p.ProductID)
    from Product p
    where p.GivenDate & lt;= getDate()

    </sql>
    </query>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 1
    Last Post: 10-27-2007, 03:56 PM
  2. Code in XSLT to compare dates?
    By Melay in forum XML and XSLT
    Replies: 1
    Last Post: 10-27-2007, 12:20 PM
  3. Replies: 1
    Last Post: 10-27-2007, 11:30 AM
  4. Where can I learn CSS, XSLT, and XML-RPC?
    By IS dude in forum XML and XSLT
    Replies: 3
    Last Post: 06-08-2007, 07:01 AM
  5. Dynamic Website using XSLT
    By Sania B in forum AJAX Web Services
    Replies: 0
    Last Post: 05-04-2007, 02:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts