Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extensible Markup Language (XML)
#1
Right out of the box, you can query FMS with a special HTTP URL syntax, which will return raw XML from the live FileMaker database. Sometimes, this raw XML will be good enough for your needs, but most times you are going to want to transform the XML into some other text-based format, be it HTML, comma delimited, iCalendar, vCard, or another flavor of XML.

There are a bunch of ways to transform XML, but the most common in the FileMaker world are



. Extensible Stylesheet Language Transformations (XSLT)—You can place XSLT files on the FileMaker server that will convert the default FileMaker XML to any other text-based format you choose. I think this is a great solution for things like RSS feeds, or web services, but I wouldn’t want to build a website with XSLT. Then again, I am not a whiz with XSLT. If you are, please have at it. You might think it’s the bee’s knees.
. PHP—If you are already a PHP rock star, you could make an XML request to the FMS machine (maybe with file_get_contents, or curl) and then parse the resulting XML with PHP’s built-in XML-handling functions.
Reply


Messages In This Thread
Extensible Markup Language (XML) - by beingchinmay - 07-26-2016, 05:39 PM
RE: Extensible Markup Language (XML) - by taniag - 07-06-2017, 08:48 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Your Favorite Coding Language? tk-hassan 1 3,426 04-27-2015, 10:42 AM
Last Post: Raiden

Forum Jump:


Users browsing this thread: 1 Guest(s)