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 .=
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
2 matches
Mail list logo