Jump to content
Server Maintenance This Week. ×

Labels to tags upon export?


TRF

This topic is 5634 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a simple xsl to strip away filemaker specific tags upon export of my data. This lets me import it into InDesign as tags. I'd like to insert some labels - and otherwise transform the xsl upon export. I'm running into issues - possibly because my tags are generated on the fly.

The stylesheet below attempts to add in the word 'Department' before the data found in the tag.

<?xml version="1.0" encoding="UTF-8"?>

xmlns:fmp="http://www.filemaker.com/fmpdsoresult" exclude-result-prefixes="fmp">

Director:

----

this approach also does not work

<?xml version="1.0" encoding="UTF-8"?>

xmlns:fmp="http://www.filemaker.com/fmpdsoresult" exclude-result-prefixes="fmp">

Director

Edited by Guest
Link to comment
Share on other sites

This topic is 5634 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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