Date: 12/26/07 (Javascript Community) Keywords: xml
Does anyone know if it's possible to use POST for loading xml somehow?for exampleusing nothing:xmlDoc.load("books.xml"); using GET:xmlDoc.load("books.xml?author=GAL");how to POST data ?
Source: http://community.livejournal.com/javascript/148466.html