A couple of questions when displaying text...
1) In a database XML, you have to separate entries using the '/' delimiter. For example:
<actors>Tom Cruise/Halle Berry</actors>
That would show up in the database as two separate actor entries... however, when I print this field using:
category>movies>actors
It shows up as: "Tom Cruise/Halle Berry"
which is ugly... any ideas to display each entry separated by another delimiter? Perhaps ', ' instead or even '/n'
2) How do I display static text alongside a database field. For example, I want to display "Page category>music>search>page" where the end result would be "Page 4of11"
Any ideas?
3) tswhite - in your spiders, it grabs actors and separates them using ',' - anyway to separate them using '/' so the system recognizes individual entries?
Thanks for the help!