Jump to content
Server Maintenance This Week. ×

Export XML with XSL stylesheetHi


eljotor

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

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 4908 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.