August 25, 200520 yr 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
August 28, 200520 yr 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:
Create an account or sign in to comment