Newbies nflowers1228 Posted March 6, 2009 Newbies Posted March 6, 2009 I have an XSLT page that calls an XML file created in Filemaker Pro Server 9. I am having trouble getting some data to display dynamically. Right now I’m using an xsl template to display a specific hard coded on any page that calls the template: 7/08 However, that date is also stored in a separate table from the main data and I would like to display that data rather than the hard coded template. I thought I could do it as simply as this: But nothing displayed. I also tried this and also have no luck. � I'm thinking I must be referencing the node incorrectly? It''s possible that it's a FMPro thing, but I should be able to refernce the data that's in an XML file right? Here is a record sample I pulled from the XML file. I'm trying to display the dates that start with DashBoard:: below: − Edward L. Barlow (Ph.B. 1910) Fund − 16943 − June 30, 2008 − SEPTEMBER 2008 − 9/08 − 08-09 − 7/08 − Scholarship-General − FACULTY OF ARTS & SCIENCES
Martin Brändle Posted August 10, 2009 Posted August 10, 2009 Yes, your loop runs through the wrong part of your XML tree. It should run through the records. It should look like: �
Recommended Posts
This topic is 5925 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now