Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Export XML with XSL stylesheetHi


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

Recommended Posts

Posted

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

Posted

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

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 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.