views:

186

answers:

1

Hi, pulling hair out here, is there any tutorial or snippets to enable me to create an accordion that is powered/populated by an XML file?

Currently my XML file is loaded ok, but every entry appears in a single accordion header.. obviously I need each XML chunk in a different accordion thingy..

head hurts.

update:

<forces>
  <force>
    <region>ACPO London Region></region>
    <name>City of London Police</name>
    <url>cityoflondon.police.uk</url>
    <address>37 Wood Street London EC2P 2NQ</address>
    <phone>020 7601 2455</phone>
    <logo>logo_city.gif</logo>
  </force> 
... 
<forces>
A: 

Did you get this to work? I'm trying to do the same thing, and one of our devs re-did it, but all my styles are now gone. If I could just populate it with an xml file....

Jan Schrieber
no, not working yet. will revisit soon. Currently looking to open an accordion draw on a page using an external anchor link..
Paul