Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Importing XML error on attiribute "xmlns"

Featured Replies

Hi,

I have to import data directly from xml scheme below:

<?xml version="1.0" encoding="iso-8859-9" standalone="yes"?>







	

		1

		07B01AD05AC0000001

		Travma

		

		

		

	

	

		2/KalemId>

		07B01AD05AC0000001

		Baska

		

		

		

		





I have modify example rss import xsl file to import from my xml file. XSL file content is beleow:




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



	

	

	

	



	0

	

	

	

		

		

		

		

		

	

	

		

			

				

			

		

			

			

			

			

			

			

		

		

	



	

But when I try to import this xml file, FMP gives error; XML parsing error: Invalid Document Structure

If I delete xmlns attribute from dsKik tag (shown in below) it imports without problem.

->

How can I solve this problem. I do not have right to change current xml structure.

Thanks

Osman Cabi

Can you post the original xml file, zipped?

  • Author

I attach the original xml file that i want to import from.

Kik.zip

You need to declare the namespace and give it a prefix of your choice. You must also instruct the style sheet to exclude your chosen prefix from the result tree.

After that is done, you refer to objects in the source document by their qualified name, i.e. using the declared prefix together with the name.

See the attached.

kik.xsl.zip

  • Author

thanks

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.