I have created an xml service binded on page load, I followed the tutorial on Building a clickable list app with HTML5 Local Storage.
But in My case I have created an xml file from my Drupal website.
I am able to test successfully the xml file, however I dont know what to put on in the request parameter to only display content that matches a specific id from my xml file.
When I click on the list component, it saves the id in the local storage. I want this id to be affixed to the xml url as parameter so I can only get the data of the specific node?
I am not an expert on this, could you help me solve this or find better solutions?
Thanks