Attributes question
« on: September 29, 2008, 06:27:30 AM »
When assigning indivdual attributes in the latest version of the standalone generator.

How would I add more than one attribute? I mean how would I seperate each attribute? by comma....by quotes...
any help would be appreciated.
page.php?product=,2005-11-14,monthly,0.9

or is it this way
"page.php?product=,2005-11-14,monthly,0.9 "


Re: Attributes question
« Reply #1 on: September 30, 2008, 01:10:07 AM »
Hello,

attributes are separated with commas, while page names are separated with line breaks:
Code: [Select]
page.php?product=,2005-11-14,monthly,0.9
page2.php?product=,2007-11-14,monthly,0.8