[PHP] Sablotron error

2002-08-01 Thread ctan
' not found in /home/httpd/html/ctan/resultworkingcopy2.php on line 91 XSLT processing error: 'arg:/argument.dtd' not found Anyone have any idea what's going on? I'd appreciate any help I can get on this. Thanks in advance. Chia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Applying XSL to XML with PHP

2002-07-25 Thread ctan
print $html; What I get on the screen is: Array ( [0] = With the contents of my variable...) And: Warning: Sablotron error on line 1: XML parser error 2: syntax error in /home/httpd/html/ctan/resultworkingcopy2.php on line 93 XSLT processing error: XML parser error 2: syntax error What

[PHP] RE: Applying XSL to XML with PHP

2002-07-25 Thread ctan
/CA /AU /CA /AU /CA /AU /ARG Hope this helps... chia -Original Message- From: Peter Clarke [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 13:06 To: Ctan Cc: [EMAIL PROTECTED] Subject: Re: Applying XSL to XML with PHP Ctan wrote: I'm trying to apply XSL

[PHP] 'Previous' 1, 2, 3, 4, etc. 'Next'

2002-07-25 Thread ctan
I seem to have a problem getting the page to display beyond the limit if a page, i.e. if the limit if 10 rows in a page I'll only get the 1st ten rows and then a link to further rows but when I chick on them they give me nothing. Here's the code: $searchword = $_POST['searchword']; print Your

[PHP] Newbie needs help

2002-07-24 Thread ctan
Whats the difference between 'mysql_db_query' and 'mysql_query'? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] xslt_process

2002-07-22 Thread ctan
the XSLT processor xslt_free($xslthandler); // Output the resulting HTML print $html; What I get on the screen is: Array ( [0] = With the contents of my variable...) And: Warning: Sablotron error on line 1: XML parser error 2: syntax error in /home/httpd/html/ctan/resultworkingcopy2.php

RE: [PHP] Re: xslt_process

2002-07-22 Thread ctan
Thanks for the quick response... See the thing is the XML is stored in a MySQL database. Is that what you mean Peter? Chia -Original Message- From: Peter Clarke [mailto:[EMAIL PROTECTED]] Sent: 22 July 2002 13:56 To: [EMAIL PROTECTED]; Ctan Cc: [EMAIL PROTECTED] Subject: [PHP] Re