eljotor Posted November 25, 2010 Posted November 25, 2010 Hi! I'm new to XML and I need some help with exporting an XML file using a XSL stylesheet. I need the XML file to look like this: <?xml version="1.0" encoding="UTF-8"?> 205848 FleaBass Flea JUNIOR Touring Bass - Punk Bass - Green and Pink I've tried using this stylesheet but it doesn't work: <?xml version="1.0" encoding="UTF-8"?> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="fmp"> Can anyone please help me? Johan
comment Posted November 25, 2010 Posted November 25, 2010 Try: <?xml version="1.0" encoding="utf-8"?> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fmp="http://www.filemaker.com/fmpxmlresult" exclude-result-prefixes="fmp"> Note that this assumes you are exporting in FMPXMLRESULT grammar and that the field export order is: • ArticleCode • Manufacture • ProductName
Recommended Posts
This topic is 5180 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