Hi, I'm very new to XML and am not so sure i have the concepts down pat... I'm trying to output a dynamically generated XML feed. The need the feed to change depending on what the user enters into a search box. I know how to get the users value that was entered into the search box and place this as a string to the XML feed url. e.g. $_GET['searchvalue'] and place that into the search feed. So now i have a $xmlURL variable that has a string to the feed i want to display. I'm not sure how to bind xml feed in the $xmlURL variable back to the xslt Appreciate your assistance. thanks biz