Closed (works as designed)
Project:
Mapbuilder
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2007 at 15:13 UTC
Updated:
1 Mar 2007 at 21:19 UTC
When I post a config node using this markup, an error is thrown: "The body must contain a tag if not empty."
<map config="sites/all/modules/mapbuilder/demo/config.xml" />
This markup does not throw the error.
<map>sites/all/modules/mapbuilder/demo/config.xml</map>
However, in both cases a map tag is present and the XML is well-formed.
(And then the map loads! Hurrah!)
Comments
Comment #1
jpulles commentedThe config.xml must always be edited to adapt the <defaultModelUrl> and <skinDir> parameters to your local installation. Config.xml assumes a drupal base_path of /drupal-5.0/. See README.txt.
There was another error though because of a function that was replaced.
Nice that your map shows!
Comment #2
lambert-1 commentedI don't see this as a base paths issue. I see this as an XML issue where:
is acceptable and
is not, even though both are well-formed by the XML spec. Am I missing something?