ActiveDen

XML to CMS: XML Editor and Content Manager

Support Request

For any support request please use the private message form specifying the url of your XML2CMS installation and user/password login as well.

Optionally you can use the application built-in bug-report form located in Preferences->Support tab, but you need to contact us through the private message as well.

Why my xml is marked as marformed while it works on my template?

The xml parser of Flash player VM1 (As2) is more permissive than VM2 one.

By Xml specifications, an xml must have one only node root. In VM1 also XMLList on root are accepted while VM2 , being strict, this cannot be happen.

Since XML2CMS is Flex based, only valid xml files will be handled.

I have a as2 template. Does its xml work with XML2CMS ?

The best thing you can do is to try it out.

Go to the demo and in Preferences panel do to create a new Project, uploading and linking your xml file.

I don’t believe that my xml is not valid.

Well this is simple.

Open your xml file in Firefox browser. It can tell you more information.

Use a subfolder as root, is it possible?

Yes, you have to edit the very first two variables in the core/xml2cms.php file:

$useDocRoot = "";
$useUrlRoot = "";
fill them like:
$useDocRoot = "/usr/path/domain/myfolder";
$useUrlRoot = "http://www.mydomain.com/myfolder";

‘myfolder’ is the relative path to your subfolder you want it became root. To know your Document Root, point your browser to the php file included in xml2cms (core/checkDocRoot.php)

You MUST to set up correctly the absolute path as well the absolute url of your folder.

by
by
by
by
by