Resource icon

thecrazyscot's Mod Art Generator v3

Deliverator

Graphical Hackificator
Joined
Feb 12, 2008
Messages
4,806
Location
London, UK
Having a small problem with this... There is an error message after building the .Art.xml file... The error code is:
Error 1 Multiple colons are not allowed in an XML name according to the XML Namespace specification.
Error 2 Multiple colons are not allowed in an XML name according to the XML Namespace specification.

Locations for above error code is:
<AssetObjects::GameArtSpecification> - For Error 1
<AssetObjects::GameArtSpecification/> - For Error 2
All other coding within this block has no errors

Do I ignore this and build anyways? Or is there something I did wrong?
 
<AssetObjects::GameArtSpecification> - For Error 1

<AssetObjects::GameArtSpecification/> - For Error 2

XML:
<AssetObjects..GameArtSpecification> - For Error 1
<AssetObjects..GameArtSpecification/> - For Error 2

Replace the colons with two dots.
 
Top Bottom