Search Results
42 functions found:
| 1. | AddPrefixSuffixToList ( theList ; prefix ; suffix ) |
| Andy Knasinski, nrg software, llc. | |
| add a prefix or suffix to each line in a list | |
| 2. | badgeStack ( width ; height ; defaultArray ; badgeArray ) |
| Jonni™ | |
| Generates overlapping circular badges with custom text and styles from JSON, rendered in SVG for display in a FileMaker Web Viewer. | |
| 3. | balance( theText; openbracket; closebracket; instance ) |
| Bruce Robertson | |
| Get text to length that balances open/close markers | |
| 4. | BetweenOpenCloseTag ( Txt ; OpenTag ; CloseTag ; n ) |
| Agnes Barouh, Tic Tac | |
| to extract between 2 tags even if the tag is repeated and nested - not recursive | |
| 5. | BuildRSSFeed( rssTitle ; rssPubDate ; IDLink ; rssLink ; rssDescription ; rssXMLurl ; rssEnclosure ) |
| Roger Biel, 2Geckos Consulting, LLC | |
| The easiest way to build RSS Feeds | |
| 6. | BuildRSSFeedLib ( SubstitionCode ) |
| Roger Biel, 2Geckos Consulting, LLC | |
| XML coding used by BuildRSSFeed | |
| 7. | DATEV_Belegsatz ( Gesamtbetrag ; Rechnungsdatum ; Rechnungsnummer ; IBAN ; Firma ; Stadt ; Bestellnummer ; Lieferdatum ; AR_ER ; Sachkonto ; Personenkonto ; BuchungsCode ; MWST_ |
| Markus, COBIX Consult | |
| DATEV XML Belegsatz Datei | |
| 8. | DATEV_Document ( datafile ; AR_ER ; Rechnungsnummer ) |
| Markus, COBIX Consult | |
| DATEV XML Interface (part 1) | |
| 9. | EscapeXML ( Text ) |
| Ibrahim Bittar Torres, Eikonsys, S.A. de C.V. | |
| Simple function to escape characters for XML | |
| 10. | ExtractData ( XML ; Attribute ; Instance ) |
| Andy Knasinski, nrg software, llc. | |
| Extract specific data out of XML formatted text without using FileMaker's built-in XML functionality. | |
| 11. | ExtractXMLAttributeList__cf ( _xml ; _attribute ; _instance ) |
| Steve Hearn, CoreSolutions Software Inc | |
| Extracts a list of values that are contained within the XML attribute tag | |
| 12. | fm2word (input) |
| Jens Teich, DJTO | |
| Generates Microsoft Word 2003 XML Documents from FileMaker | |
| 13. | fnParser_UnCertain(text;firstSymbol;secondSymbol;SN) |
| 上海Isaac赵, 上海友陆商务 | |
| parser | |
| 14. | GetFieldsAsXML ( theFields ) |
| Andy Knasinski, nrg software, llc. | |
| Convert a list of fields to XML data | |
| 15. | GetListAsXML ( theList ; Element ) |
| Andy Knasinski, nrg software, llc. | |
| Easily convert a list to XML | |
| 16. | GetNthCdataContents ( xmlToSearch ; n ) |
| Cristos Lianides-Chin, Codence | |
| Gets the contents of the nth CDATA instance within an XML blob. | |
| 17. | GetNthRecordXML ( theFields ; recNum ; encodeFlag ) |
| Bruce Robertson | |
| Returns record data in XML format for nth record | |
| 18. | GetRowsXML( fieldList; startRow; endrow; type; encodeFlag) |
| Bruce Robertson | |
| Returns data in XML format for multiple fields and multiple records | |
| 19. | GetRowsXMLMatch(fieldlist ; startRow; endrow; type; matchexpression; encodeF |
| Bruce Robertson | |
| Get records in XML format for records meeting match criteria | |
| 20. | GetXmlContent ( theXml ; theNodeName ; theInstanceNumber ) |
| JT | |
| Extract data from XML snippet which may contain attributes and/or erroneous partial matches | |
| 21. | GetXMLNode ( XML ; XPath ) |
| Michael Wallace, Empowered Data Solutions | |
| Navigate XML tree and return results using XPath type functionality (Nonrecursive) | |
| 22. | IsControlChar ( f_Char ) |
| Neal Elward, Extreme Reach | |
| Tests if a character is an ASCII control character | |
| 23. | ParseXML (XML; tag; instance; attribute) |
| Mark Geerdes, Technology By Design | |
| This will parse out data from XML given the tag name, instance to search for, and attribute. | |
| 24. | RemoveEmptyNodes ( xml ) |
| Michael Wallace, Empowered Data Solutions | |
| This function goes through XML and returns a trimmed down version that has no empty nodes in it. | |
| 25. | SubstituteRange ( text; beginString; endString; replaceString ) |
| Jim Main, Main Solutions | |
| Replaces all occurrances of two text strings, along with any text between them, with another value | |
| 26. | TAB10() |
| Martin Spanjaard, Trias Digitaal | |
| Returns a string of 10 tab characters; helper function for XMLtab | |
| 27. | time.Convert( TmStamp ; localOffset ; FromForm ; toOffset; ToForm ) |
| Rob Poelking, Kiza Solutions | |
| Converts a timestamp from one format to another | |
| 28. | TXT_to_UTF8 ( Text ) |
| Ibrahim Bittar Torres, Eikonsys, S.A. de C.V. | |
| Converts text to UTF-8 encoding | |
| 29. | UTF8_to_TXT ( Text ) |
| Ibrahim Bittar Torres, Eikonsys, S.A. de C.V. | |
| Converts UTF-8 text to Mac Roman or Windows 1252 | |
| 30. | ValorTags ( Texto ; TagInicio ; TagFinal ; TipoResultado ) |
| Jesus Sanchez, dbFile Desarrollos | |
| Returns value between specific TAGs from XML text | |
| 31. | ValueFromString ( text ; searchString ; start ; occurrence ) |
| Steven Zeidel | |
| Finds a search string within text and returns the value number within which the string is found. | |
| 32. | XMLElement(TagName;Content;NameSpace;AttributeValueList) |
| Mark Geerdes, Technology By Design | |
| Formats a XML element with opening tags, namespace, attributes, and closing tags. Also handles empty tags. NameSpace and attributes can be empty. | |
| 33. | XMLEncode ( data ) |
| Andy Knasinski, nrg software, llc. | |
| XML Encode Data with HTML equivalents | |
| 34. | XMLFormat (xmlText) |
| Brian Panhuyzen, Neutrino Data Systems | |
| Formats and beautifies XML to make it human-readable | |
| 35. | XmlGetTagAttribute ( Xml ; Tag ; Occurrence ; Attribute ) |
| Federico Severin, Sevesoftware Engineering | |
| Get an attribute value from the opening tag in xml code. | |
| 36. | XMLindent(XML;whiteSpace;indentLevel) |
| Mark Geerdes, Technology By Design | |
| Recursive function to add indents to XML or any text for readability | |
| 37. | XMLPrettyPrint(XML;whiteSpace;indentLevel;ContentLine) |
| Mark Geerdes, Technology By Design | |
| This takes a block of XML and formats it with white space to make it readable. | |
| 38. | XMLtag ( tag ; content ; type ) |
| Martin Spanjaard, Trias Digitaal | |
| To be used in a script, returns correctly indentend xml | |
| 39. | XMLtag_sub ( nameValuePairs ) |
| Martin Spanjaard, Trias Digitaal | |
| Helperfunction to XMLtag. XMLtag_sub will quote the values in a string with one or more name= value pairs. | |
| 40. | XML_Get ( InXML ; InElement ; InOccurrence ) |
| Richard DeShong, Logic Tools | |
| Returns the text between the Elements tags, for the given Occurrence | |
| 41. | _FilterXML |
| Bonino | |
| filter chars | |
| 42. | _XMLGetValue ( xml ; xpath ) |
| Micah Woods, Scodigo, Inc. | |
| Used to return the value of the xml node specified by the xpath parameter. | |