Kip Posted August 25, 2005 Share Posted August 25, 2005 I have ordered the XML cookbook, but havent received it yet. Therefore this post! I am filtering some data from a filemaker 7 export through a stylesheet the following way: However above returns only the first record of the 10 matching records To get the rest of the data I now use this: (and repeat this 10 times....) I know there should be a better way of getting these records...but how? Anyone? Fenton? Greetings, Kip Link to comment Share on other sites More sharing options...
Martin Brändle Posted August 28, 2005 Share Posted August 28, 2005 First, in the FMPXMLRESULT grammar, the ROW element contains a record, not the DATA element. If you want to loop through all the records, you need something like: your code here The DATA element contains the field repetions. You can also loop through them: So your complete code would look like: Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6674 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