Click to See Complete Forum and Search --> : Required Infomation BreadCrumb Trail


Nate1
05-25-2007, 07:19 PM
Hello, I have a breadcrumb trail I would like to update based on how certain pages where accessed, I know I can store the required information in a XML file

<page>
<title>Wedding Ceremony</title>
<address>Weddings/Ceremony</address>
<breadcrumb>"<a href="">Wedding</a> > <a href="">Ceremony</a>"</breadcrumb>
</page>

How can i grab the required information out of the file based on variable, say the path or Title that I would pass to a function then display the required breadcrumb trail? There are 19 pages that each require two paths depending on how they were accessed. So in total the XML file would require 38 records.

Is there a system like in SQL where I can say select * from page where title = "Wedding Ceremony" (Something Like This)