SlideShare a Scribd company logo
it’s a kind of magic...
XPath-based transformations in Structured FrameMaker
Jang F.M. Graat
who’s talking ?
• Jang F.M. Graat
• Amsterdam, Netherlands
• physics, psychology, philosophy
• 25+ yrs in tech comms
• self-educated professional
• Automating FrameMaker
what is this about ?
• XML & DOM
• XPath & XSLT
• FrameSLT
• Node Wizard Scripts
• ExtendScript
XML & DOM
a very quick explanation
XML : organized storage
DOM : abstract roadmap
XPath & XSLT
the basic concept
XPath : navigation device
XSLT : makeover
FrameSLT
transforming FrameMaker documents
structured FM ≠ XML
FrameSLT ≠ XSLT
the true magician
• Russ Ward
• West Street Consulting
• FM plug-ins
• Usability main drive
• FrameSLT : $100
• Real value : priceless
the magician’s hat
finding your targets
Title
/Chapter/Title
//Section/Title
//Title[contains(.,”Intro”)]
//Section[contains(Title,"tion")]/*/Para[1]
//Section[descendant::BulletList]
//*/@conref
//Title/@id[.!=””]
following-sibling::Note[@Type,”Warning”]
element actions
attribute actions
transformation engine
Node Wizard Scripts
programming for non-programmers
structured FM file
event definitions
subevents
FM-specific actions
user-friendly dialog
ExtendScript
bringing it all together
CallClient method
running the node wizard
running NW scripts
magic is in the air
Questions ?
jang@jang.nl

More Related Content

Similar to XPath-based transformations in structured FrameMaker (19)

PDF
XML-athon with Don and Dean
PDF
Global Versus Local
PPTX
XML Schema
PPT
Mazda Use of Third Generation Xml Tools
PDF
Xml Demystified
PPT
Xml schema
PPT
Xml schema
PPT
Xml schema
PPT
Xml schema
PPT
Xml schema
PPT
Xml schema
PPT
Xml schema
PDF
Tool Development 05 - XML Schema, INI, JSON, YAML
PDF
CTDA Workshop on XML and MODS
PPT
02 xml schema
PPT
PDF
Zero One Or Many Namespaces
PDF
Markup For Dummies (Russ Ward)
XML-athon with Don and Dean
Global Versus Local
XML Schema
Mazda Use of Third Generation Xml Tools
Xml Demystified
Xml schema
Xml schema
Xml schema
Xml schema
Xml schema
Xml schema
Xml schema
Tool Development 05 - XML Schema, INI, JSON, YAML
CTDA Workshop on XML and MODS
02 xml schema
Zero One Or Many Namespaces
Markup For Dummies (Russ Ward)
Ad

More from Jang F.M. Graat (20)

PDF
XSLT for Authors
PDF
Faster than Agile - Proposal for Lavacon 2015
PPTX
Out of-control
PDF
Flowcharting DITA
PDF
From user assistance to user guidance: Information apps
PDF
Minimalism to the MAX
PDF
Dynamic links using (meta)data
PDF
Maximising the effect of progressive disclosure
PDF
Progressive Disclosure - Putting the User in Control
PDF
Driving DITA off the Map
PDF
Rethinking Version Control for Agile Content
PDF
Advanced techniques for conversion to structured FrameMaker
PDF
Create your own $35 CMS in Structured FrameMaker
PDF
Dita Spezialisierung - Wie machen Sie es, und warum Sie es machen sollen.
PDF
Nur der Nutzer weiss, was der Nutzer noch nicht weiss - Progressive Disclosure
PDF
Changing the engine without stopping the rickshaw
PDF
How I killed the webmaster - and got away with it
PPT
How to become a trainer - and make lots of $$$
PDF
Getting your hands dirty - How tech authors may be able to survive in the mac...
PPT
CADD: What can DITA learn from CAD?
XSLT for Authors
Faster than Agile - Proposal for Lavacon 2015
Out of-control
Flowcharting DITA
From user assistance to user guidance: Information apps
Minimalism to the MAX
Dynamic links using (meta)data
Maximising the effect of progressive disclosure
Progressive Disclosure - Putting the User in Control
Driving DITA off the Map
Rethinking Version Control for Agile Content
Advanced techniques for conversion to structured FrameMaker
Create your own $35 CMS in Structured FrameMaker
Dita Spezialisierung - Wie machen Sie es, und warum Sie es machen sollen.
Nur der Nutzer weiss, was der Nutzer noch nicht weiss - Progressive Disclosure
Changing the engine without stopping the rickshaw
How I killed the webmaster - and got away with it
How to become a trainer - and make lots of $$$
Getting your hands dirty - How tech authors may be able to survive in the mac...
CADD: What can DITA learn from CAD?
Ad

Recently uploaded (20)

PDF
cuic standard and advanced reporting.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Programs and apps: productivity, graphics, security and other tools
PPT
Teaching material agriculture food technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Big Data Technologies - Introduction.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
cuic standard and advanced reporting.pdf
Assigned Numbers - 2025 - Bluetooth® Document
NewMind AI Weekly Chronicles - August'25-Week II
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
MIND Revenue Release Quarter 2 2025 Press Release
Chapter 3 Spatial Domain Image Processing.pdf
sap open course for s4hana steps from ECC to s4
Advanced methodologies resolving dimensionality complications for autism neur...
Programs and apps: productivity, graphics, security and other tools
Teaching material agriculture food technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Building Integrated photovoltaic BIPV_UPV.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Big Data Technologies - Introduction.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Network Security Unit 5.pdf for BCA BBA.

XPath-based transformations in structured FrameMaker