Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MBS FileMaker Plugin Example Databases

XSLT

All examples are included with download of MBS FileMaker Plugin.

XSLT.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts2
Value Lists0
Custom Functions0
Custom Menus0
File Options
Default custom menu set[Standard FileMaker Menus]
When opening file
Minimum allowed version12.0
Login usingAccount Name; Account= Admin
Allow user to save passwordOff
Require iOS passcodeOff
Switch to layoutOff
Hide all toolbarsOff
Script triggers
OnFirstWindowOpenOff
OnLastWindowCloseOff
OnWindowOpenOff
OnWindowCloseOff
OnFileAVPlayerChangeOff
Thumbnail Settings
Generate ThumbnailsOn; Temporary

 

Tables

Table Name
Statistics
Occurrences in Relationship Graph
XSLT
4 fields defined, 3 records
XSLT

Fields

Table Name: XSLT - 4 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
InputXMLNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
      StyleSheetNormal, TextAuto-Enter:
      • Allow editing
      Validation:
      • Only during data entry
      Storage:
      • Repetitions: 1
      • Indexing: None
      • Automatically create indexes as needed
      • Index Language: German
          OutputXMLNormal, TextAuto-Enter:
          • Allow editing
          Validation:
          • Only during data entry
          Storage:
          • Repetitions: 1
          • Indexing: None
          • Automatically create indexes as needed
          • Index Language: German
              DescriptionNormal, TextAuto-Enter:
              • Allow editing
              Validation:
              • Only during data entry
              Storage:
              • Repetitions: 1
              • Indexing: None
              • Automatically create indexes as needed
              • Index Language: German

                    Layout Objects: XSLT

                    Regular Fields

                    Field Name: XSLT::InputXML
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 24 pt
                    • Left: 8 pt
                    • Bottom: 236 pt
                    • Right: 501 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: Default for Data Type
                    • Go to next field using: Tab key
                    Yes

                    Field Name: XSLT::StyleSheet
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 260 pt
                    • Left: 8 pt
                    • Bottom: 472 pt
                    • Right: 501 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: Default for Data Type
                    • Go to next field using: Tab key
                    Yes

                    Field Name: XSLT::OutputXML
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 260 pt
                    • Left: 504 pt
                    • Bottom: 472 pt
                    • Right: 1016 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: Default for Data Type
                    • Go to next field using: Tab key
                    Yes

                    Field Name: XSLT::Description
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 147 pt
                    • Left: 504 pt
                    • Bottom: 236 pt
                    • Right: 1016 pt
                    • Anchoring: Left, Top
                    Field Format:
                    • Edit Box
                    Field Behavior:
                    • Allow field to be entered: In Find mode, In Browse mode
                    • Touch keyboard type: Default for Data Type
                    • Go to next field using: Tab key
                    Yes

                    Buttons

                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: Apply Stylesheet
                    • Top: 88 pt
                    • Left: 677 pt
                    • Bottom: 123 pt
                    • Right: 842 pt
                    • Anchoring: Left, Top
                    Perform Script [ “Transform” ]

                    Scripts:


                    Script Hierarchy

                    Transform
                    Clear

                    Next Script: [Clear]
                    Script NameTransform
                    Run script with full access privilegesOff
                    Include In MenuYes
                    Layouts that use this script
                    Scripts that use this script
                      Script Definition
                      Script Steps
                      • Set Variable [ $InputXML; Value:XSLT::InputXML ]
                      • Set Variable [ $StyleSheet; Value:XSLT::StyleSheet ]
                      • Set Variable [ $Output; Value:MBS("XML.ApplyStylesheet"; $InputXML; $StyleSheet) ]
                      • Set Field [ XSLT::OutputXML; $Output ]
                      Fields used in this script
                      Scripts used in this script
                        Layouts used in this script
                          Tables used in this script
                          Table occurrences used by this script
                          Custom Functions used by this script
                            Custom menu set used by this script

                              Previous Script: [Transform]
                              Script NameClear
                              Run script with full access privilegesOff
                              Include In MenuYes
                              Layouts that use this script
                                Scripts that use this script
                                  Script Definition
                                  Script Steps
                                  • Set Variable [ $r; Value:MBS("FM.ExecuteFileSQL"; ""; "UPDATE \"XSLT\" SET \"OutputXML\"='' ") ]
                                  Fields used in this script
                                    Scripts used in this script
                                      Layouts used in this script
                                        Tables used in this script
                                          Table occurrences used by this script
                                            Custom Functions used by this script
                                              Custom menu set used by this script

                                                Download example: XSLT

                                                Used functions: