- Beiträge: 106
- Dank erhalten: 10
Solved: Error loading XML data
- Support Team
- Autor
- Offline
- Moderator
Weniger
Mehr
13 Jahre 5 Monate her #334
von Support Team
Solved: Error loading XML data wurde erstellt von 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).
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Support Team
- Autor
- Offline
- Moderator
Weniger
Mehr
- Beiträge: 106
- Dank erhalten: 10
13 Jahre 3 Monate her #340
von Support Team
Support Team antwortete auf 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:
Bitte Anmelden oder Registrieren um der Konversation beizutreten.