- Posts: 106
- Thank you received: 10
Solved: Error loading XML data
- Support Team
- Topic Author
- Offline
- Moderator
Less
More
13 years 5 months ago #334
by Support Team
Solved: Error loading XML data was created by Support Team
Marvikshop uses also XML data for example in the productlist.
unfortunately joomla does nog have this in their library.
o solve this problem, you could :
* Use the JDocumentXml file / class that I have made. Set your links to have "&format=xml" instead of "&format=raw", and create the accompanying view.xml.php file to deal with those requests ( simple and in keeping with the Joomla architecture ).
I have uploaded the folder with the JDocumentXml folder / file / class. To use it, just unzip it into:
your_joomla_site/libraries/joomla/document/
This should create the xml/ sub-folder there and its 2 files (made by modifying JDocumentRaw).
unfortunately joomla does nog have this in their library.
o solve this problem, you could :
* Use the JDocumentXml file / class that I have made. Set your links to have "&format=xml" instead of "&format=raw", and create the accompanying view.xml.php file to deal with those requests ( simple and in keeping with the Joomla architecture ).
I have uploaded the folder with the JDocumentXml folder / file / class. To use it, just unzip it into:
your_joomla_site/libraries/joomla/document/
This should create the xml/ sub-folder there and its 2 files (made by modifying JDocumentRaw).
Please Log in or Create an account to join the conversation.
- Support Team
- Topic Author
- Offline
- Moderator
Less
More
- Posts: 106
- Thank you received: 10
13 years 3 months ago #340
by Support Team
Replied by Support Team on topic Re: Solved: Error loading XML data
:laugh: We test marvikShop in joomla 1.6 and 1.7. Joomla got finnaly the XML data in their library, so this problem is solved by Joomla itself.:whistle:
Please Log in or Create an account to join the conversation.