TRF Posted December 5, 2008 Posted December 5, 2008 (edited) 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 December 5, 2008 by Guest
comment Posted December 5, 2008 Posted December 5, 2008 This is not quite clear: you say "Department", but there's no "Department" in your code. Do you perhaps mean something like this: ... Director: ...
TRF Posted December 5, 2008 Author Posted December 5, 2008 Yes - thats it exactly. I was having difficulty with my test syntax- in part due to the fact the xml is being handed to me on the fly. Thanks!
Recommended Posts
This topic is 5830 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 accountSign in
Already have an account? Sign in here.
Sign In Now