Load spot from external file fails with several spots

  • Hi,
    I'm loading Bing map spots from an external xml file, and it works fine, except if I have more than one spot.

    The moment I add a second spot in the xml file, I have a parsing error.

    I'm not using numbers in the name.

    The syntax in the spot xml file is:

    Code
    <spot name="champa"
              	lat="46.030069" lng="7.114364" heading="270.0"
              	onclick="activatespot();"
              	/>
    
    
    <spot name="champb"
              	lat="47.030069" lng="6.114364" heading="270.0"
              	onclick="activatespot();"
              	/>

    Any idea?

    Thanks

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!