Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7025 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have ordered the XML cookbook, but havent received it yet. Therefore this :blush2: 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?B)

Anyone? Fenton?

Greetings,

Kip

Posted

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:







  

  

    

    

      

        

          

            

          

          

            

          

        

      

      

    

  



This topic is 7025 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.