I need to select out elements in an XML file based on whether date infomation is greater than a constant.
I need something like: test="ENTERED_A T > 07:40AM", but that doesn't work with the XML data I have. Does anyone have an idea how I can do this.
We are a radio station that publishes school closing information on our web site. I installed this school closing system we bought from a vendor that doesn't...
User Profile
Collapse
-
Select XML Element by testing date data
-
Dude, that did it. Thank you, Thank you, Thank you.... -
Thanks jkmyoung,
That has worked great. I have another question if you could help me out.
I also want to create another report from the XML file that will show all records that were entered after Noon. I've got this element in the XML file, here's an example: <ENTERED_AT>08: 30:25 AM</ENTERED_AT>. How do I code the 'xsl if' to test for time?
This doesn't seem to work: ENTERED_AT > 12. There...Leave a comment:
-
xsl if test for no child element
How do I test for a child element with xsl if condition?
We have a vendor application that outputs an XML file containing records of School Closings due to inclement weather. That XML file gets FTP'd to my web host when the Access database is changed. I'm using Dreamweaver to create an XSLT fragment to read the XML file and include the HTML output into my ASP page. It works fine to display the XML data, the School Closings, in my...
No activity results to display
Show More
Leave a comment: