Search found 3 matches

by pderby
Tue Mar 22, 2005 6:48 pm
Forum: XSLT and FOP
Topic: Using XSLT to modify XML for Filemaker Pro data import
Replies: 5
Views: 12472

If I add the "root" tag pair so the XML loooks like this, Filemaker Pro is happy. So the question is, can XMLT be written to add this tag pair? Or is there another way without writing string manipulation code to modify the XML? <?xml version="1.0" encoding="utf-8"?> <ro...
by pderby
Tue Mar 22, 2005 5:41 pm
Forum: XSLT and FOP
Topic: Using XSLT to modify XML for Filemaker Pro data import
Replies: 5
Views: 12472

Hello George, Thanks for the suggestion. I did make that change but FileMaker Pro still isn't happy when doing the XML import. It seems that FileMaker Pro wants a "record" structure to import. Without having an additional tag set, like <root> and <\root>, at the beginning and end of the do...
by pderby
Tue Mar 22, 2005 12:25 am
Forum: XSLT and FOP
Topic: Using XSLT to modify XML for Filemaker Pro data import
Replies: 5
Views: 12472

Using XSLT to modify XML for Filemaker Pro data import

Hi, I'm a newbie to XSLT and have been reading a lot, but most of the ideas are still pretty foreign at this stage. Here is my basic challenge: I want to take an XML document provided by the US National Weather Service: http://weather.gov/data/current_obs/KDCA.xml And apply an XSLT provided by FileM...