February 21, 200520 yr Hi all, I have a question for the xml experts over here, because I am stuck with it:( I am building a database that keeps track of submitted audio files for the napster music store. They want the tracks delivered with an xml file and they have submitted a xml format where we have to live up to. Since the xml export function in filemaker pro is not the way Napster want's it, an simple export script will not work. So I've build an calculation field that outputs a complete xml file as a text file on the desktop. Next to it I use UpCast (check versiontracker.com) to create a real xml file for it. The problem after the export is that lot's of openening and closing tags are missing. Instead of tags there stands < and > pieces trough the xml file. After reading this forum, I think that the only right way to export it in Napster's format is to use an xslt file for the format. But I know absolutly nothing about this. Does somebody here has an website or a good book...or some help/suggestions? thnx in advance! greetz, Jeffrey
February 21, 200520 yr The book for this is Beverly Voth's, FileMaker Pro 6 Developer's Guide to XML/XSL. Nothing has changed for 7 (yet). It depends of course on how complex Napster's XML format is. Why don't you post a small example?
February 21, 200520 yr Michael Kay, XSLT Programmer's Reference, 2nd ed., Wiley Publishing, ISBN 0-7645-4381-4 is excellent for both learning the background of XSLT/XPath and serving as a reference. Every function is explained with examples. A must-have written by one of the authors of XSLT. It adds perfectly the theoretical background to Beverly Voth's book that gives more practical advice on working with FM XML. Martin
Create an account or sign in to comment