AJAX Forums

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

This is a discussion on Comparison between <![CDATA[]]> in XSLT? within the XML and XSLT forums, part of the Beginners AJAX category; I have the following code fragment, considering that the rest of my codes work perfectly: <query name="Samples" rowElementName="Sample> <sql> <![CDATA[ ...


Go Back   AJAX Forums > Beginners AJAX > XML and XSLT

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 10-27-2007, 12:16 PM   #1 (permalink)
Junior Member
 
Join Date: Oct 2007
Posts: 3
Rep Power: 0 Melay is on a distinguished road
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?
__________________
Melay is offline   Reply With Quote
Old 10-27-2007, 12:16 PM   #2 (permalink)
Junior Member
 
Join Date: Oct 2007
Posts: 3
Rep Power: 0 jake cigar™ is retired is on a distinguished road
<query name="Samples" rowElementName="Sample>
<sql>

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

</sql>
</query>
__________________
jake cigar™ is retired is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
How to convert an this xml document to another xml using XSLT:? Partha G XML and XSLT 1 10-27-2007 04:56 PM
Code in XSLT to compare dates? Melay XML and XSLT 1 10-27-2007 01:20 PM
please please convert the following XML to another XML with XSLT:? Partha G XML and XSLT 1 10-27-2007 12:30 PM
Where can I learn CSS, XSLT, and XML-RPC? IS dude XML and XSLT 3 06-08-2007 08:01 AM
Dynamic Website using XSLT Sania B AJAX Web Services 0 05-04-2007 03:12 PM


All times are GMT -4. The time now is 06:20 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com