SuperMacGuy Posted July 10, 2002 Posted July 10, 2002 Can anyone tell me how the XML output is beefed up in v6? I specifically want to know if output from a portal can be formatted differently or if xslt transformations can be applied. (Currently I can't get our XML output from several FM portals to work in our Mac environment because I cannot transform the column-like xml portal output back into a row-like format that the portal should be viewed as.) So can FM do xslt transforms, or has any good new xslt parsers for InternetExplorer for Mac popped up? Thanks Chris
beverly Posted August 27, 2002 Posted August 27, 2002 This can be a problem. The <col>...</col> is the field (related or not). Inside that the element <data>...</data> is repeated for each row in the portal (per related record). The example I posted to the XSLT Library ("Hidden Portal Trick") <http://www.filemaker.com/xml/xslt_library.html> shows a few methods for reading these exports (or web pages). My advice is to get an export from the line-items (child file/related file) rather than the parent file. It's much easier to process with a stylesheet. HTH
Recommended Posts
This topic is 8122 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