Jump to content

Search the Community

Showing results for tags 'xsl'.

  • Search By Tags

    • xsl ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 20 results

  1. Hi, Just venting my frustration when trying to do the following: ------------ 1. Menu File Export Records 2. Export Records to File Type: XML 3. Save 4. Specify XML and XSL Options Grammar: FMPXMLRESULT or FMPDSORESULT Use XSL style sheet...
  2. Hi FMForums, I import one PubMed XML nine times, each time with a different XSL file, in order to capture all of the available content into it's corresponding fields and tables. Yet, it's very tedious to run nine imports. I'm thinking that perhaps there's a way of telling FileMaker which XML is...
  3. I have an rss feed that returns data like this: 2009 LLCs, Corporations, & Business Legal Updates 2009 Personal Finance Legal Updates 2010 LLCs, Corporations, & Business Legal Updates 2010 Personal Finance Legal Updates 2011 Personal Finance Legal Updates 2012 Wills, Trusts, and Estates L...
  4. I've attached two files. The first one is INVOICE, that is generated by every establishment when you purchase, and is in xml format. The second one is XSLT file, that is provided by government fiscal institution and is used to "translate" xml. PROBLEM DESCRIPTION: when I try to decode xml...
  5. Dear all, I've just create a script to export my records in multiple xml file (one xml for each record) applying also an XSL stylesheet. So, if I use the style.xsl taking from my computer ("source" button when filemaker ask me to select the file) it works. If I put the same file online, it does...
  6. LS, Sometimes user copy/paste data from other systems, I guess. Anyway the data in the FM field contains a 0x0 character. Using this character in a xml/xslt exports crashes the export. Anyone have an idea on how to get rid of this character ? ( either fm-script or xslt will do ! )...
  7. I'm doing an export of a table with 5 fields to an Excel file with an XSL stylesheet to control the formatting of the Excel data. So far it's working well - I just need to add some additional formatting for a few of the cells. I'm looking for help with examples/syntax for setting the following attri...
  8. I need some help in determining if I am missing something crucial here or if there is a limitation or bug in the function BE_ApplyXSLT from the BaseElements plugin. I am using version 3.3.4 (which is the latest) on Mac OS X 10.11.6 using FileMaker 15 Adv. and 16 Adv. I am unable to get any outp...
  9. Hi FMForums Community, After exporting PubMed records in XML format (where the default file name is pubmed_result.xml), the first two lines within the file must be removed in order to import pubmed_result.xml into FileMaker (14 Adv, MacOS Sierra) using a custom .xsl file. Within the Articl...
  10. Attention: Before posting in the general discussion forum please review the other forums that would best suit your topic. If you cannot find one then you may delete this text and post your topic in this forum. Hi all, I need to import into filemaker table an XML file as this: <?xml versi...
  11. I've spent the last couple of days learning XML, XPath, XSLT trying to make this work. I feel like I am really close but something simple is off. My XSLT is not quiet right and I need some expert input. For testing I set it up to only pull in the first field. Once I have that right the rest should b...
  12. Hi. Am a beginner, so please bear with me ... The purchaser of our products have gone EDI XML, and I would like to be able to extract some information from their order XMLs, into a FMP database. Have searched the net and found xslt templates that I have tried to tweak, but for some reason I am not...
  13. I'm trying to import the following XML data: <?xml version="1.0" encoding="utf-8"?> <customers xmlns="http://acme.com/schema/v1_2/customers.xsd"> <customer ID="1"> <city>Monterey</city> <name>Herbson's Pices</name> <orders> <order ID="ORD2">...
  14. Hello there, I'm working on using XSL to change a Filemaker export using FMPXMLRESULT grammar to a different XML structure. Only a single field is needed from the Filemaker export file, however the closest i've gotten to successfully change the format is by setting <xsl:template match="/"> yet d...
  15. http://bluefeathergroup.com/blog/importing-xml-data-into-filemaker-using-xslt-xsl-style-sheets/ I've written a new post about how to create XSL Style Sheets so that you can import data from XML data sources into FileMaker. Please let me know if you have any comments.
  16. Ians

    XSL and Ampersand

    Hello all, I'm grafting an XSL to generate text in Final Cut Pro 7, it works fine except I need the carriage return "&#13;" Like so <value>Client:&#13;Agency:&#13;Product:&#13;Clock Number:&#13;Title:&#13;Duration:&#13;Aspect:&#13;Audio Type:&#13;Language:</value> Trouble is that the...
  17. Dear friends, Could someone check my XSL. I simply want to achieve following XML: <invoices> <invoice> <inv_id>280587</inv_id> <inv_number>274218</inv_number> <inv_date>20140401</inv_date> <inv_exclbtw>18.50</inv_exclbtw> <inv_btw>3.89</inv_btw> <inv_incl...
  18. Hello guys, I have a big problem importing data from a xml file to my FM database. I have a XML file that is given from a provider and it doesn't have the structure of my FM database (find attached a example of the XML file). I've created a XSL file to catch some data from the XML (find attached...
  19. So, I have attached a very ugly proof of concept for Quickbooks 2012 Mac integration with FM 11. Ultimately, I would like to be using something like this to create invoices on my ipod touch and exporting those invoices straight to QB. No extra data entry! Yay! It uses no plugins. It is all...
  20. I just can't quite see this one.... In this instance I have 2 ITEMS and 6 ITEM but sometimes I only have 1 ITEMS. If I want to import all 6 records <ITEM> ..... and they come in under ITEMS but not the same one... where do I put another for each? Or must I do something else?? X...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.