Hello, How do I parse this xml line: <Question id="20070817220603AArOZiY" type="Answered"> Using xml->Question id as $item doesn't work as the space after Question breaks the script. How do I parse it? Thanks, Luke
You're parsing with ? ... Example: with XPATH that item would be: //Question[@id='20070817220603AArOZiY']