Re: [PHP] class_xslt

2004-05-17 Thread Clifford W. Hansen
eoghan, > $xml = "\r\n"; > $xml .= "\t\r\n"; > $xml .= "\t\t\r\n"; > $xml .= "\t\t\tEditor\r\n"; > $xml .= "\t\t\tJohn\r\n"; > $xml .= "\t\t\t\r\n"; > $xml .= "\t\t\t\t\r\n"; > $xml .= "\t\t\t\t\tFoo\r\n"; > $xml .= "\t\t\t\t\t\t2\r\n"; > $xml .= "\t\t\t\t\r\n"; > $xml .= "\t\t\t\t\r\n"; > $xml .=

[PHP] class_xslt

2004-05-17 Thread eoghan
hello, im kinda new to php and new to xslt. im looking at these classes http://phpxmlclasses.sourceforge.net/ and wanted to use the class_xslt. The example shown, works fine for me, but i want to use it getting the xml as a string. in order that i can generate the xml from my db... i have used th