User Profile

Collapse

Profile Sidebar

Collapse
grbeal
grbeal
Last Activity: Sep 16 '08, 07:44 PM
Joined: Feb 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • grbeal
    started a topic Select XML Element by testing date data
    in XML

    Select XML Element by testing date data

    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...
    See more | Go to post

  • grbeal
    replied to xsl if test for no child element
    in XML
    Dude, that did it. Thank you, Thank you, Thank you....
    See more | Go to post

    Leave a comment:


  • grbeal
    replied to xsl if test for no child element
    in XML
    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...
    See more | Go to post

    Leave a comment:


  • grbeal
    started a topic xsl if test for no child element
    in XML

    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...
    See more | Go to post
No activity results to display
Show More
Working...