Jump to content

XMLRESULT or DSORESULT?


spankalee

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

Recommended Posts

Which format do you think is better to use?

I personally like the DSO format because the XSLT is much easier to write, i can just match on the element names. With XML result every field is in a

tag and the field names are in a header. This means I have to use all kinds of XSL tricks to make sure that my stylesheet works if the order of the fields is different in the export.

The problem is that it appears that FileMaker has deprecated the DSO result format. Why? Should I really not use it?

Link to comment
Share on other sites

For export and transform, the DSO format is not a problem. Of cours, FileMaker has deprecated the DSO result format, but this format still exist... so you can use it : it is indeed more easier to use.

For import xml file : you must transform the xml document to the "XML result format".

Link to comment
Share on other sites

This topic is 7172 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.