Re: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread Billy Duke
- From: "Justin Gehring" <[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 1:24 PM Subject: Re: [EMAIL PROTECTED] xml-xsl Hey Nick, Very true nick, but the intention was to debug Billy Dukes php setup not write code that he would a

Re: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread Justin Gehring
Hey Nick, Very true nick, but the intention was to debug Billy Dukes php setup not write code that he would actually be using. - -- Justin Gehring -- -- PH: 651 - 208 -8797 -- -- EM: [EMAIL PROTECTED] -- - Quoting Nick Kew <[

Re: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread Nick Kew
Justin Gehring wrote: $xml = DomDocument::loadXML($xml_string); $xsl = DomDocument::loadXML($xsl_string); //make a new XSLT Processor $proc = new xsltprocessor; // attach the xsl rules $proc->importStyleSheet($xsl); $result_string = $proc->transformToXML($xml); Erk! That's going to be hugely,

Re: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread John Hicks
, unexpected T_STRING in C:\phpdev5\www\test1.php on line 3 - Original Message - From: "Justin Gehring" <[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 1:16 AM Subject: Re: [EMAIL PROTECTED] xml-xsl I'm still not entirely sure of what you mean... If your look

Re: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread Justin Gehring
; C:\phpdev5\www\test1.php on line 3 > > Parse error: parse error, unexpected T_STRING in C:\phpdev5\www\test1.php on > line 3 > > - Original Message - > From: "Justin Gehring" <[EMAIL PROTECTED]> > To: > Sent: Monday, August 08, 2005 1:16 AM > Subje

RE: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread Thomas
question to the php-general list. Regards, Thomas -Original Message- From: Billy Duke [mailto:[EMAIL PROTECTED] Sent: 08 August 2005 09:53 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] xml-xsl This is the erro that i got. Warning: Unexpected character in input: '\&#x

Re: [EMAIL PROTECTED] xml-xsl

2005-08-08 Thread Billy Duke
;[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 1:16 AM Subject: Re: [EMAIL PROTECTED] xml-xsl I'm still not entirely sure of what you mean... If your looking to test to make sure that it's working with your new setup, please try the following block of code:

Re: [EMAIL PROTECTED] xml-xsl

2005-08-07 Thread Justin Gehring
PROTECTED]> > To: > Sent: Monday, August 08, 2005 12:12 AM > Subject: Re: [EMAIL PROTECTED] xml-xsl > > > > What code are you seeing? The php? The XML? The XSL? > > > > - > > -- Justin Gehring -- > > -- PH: 651 -

Re: [EMAIL PROTECTED] xml-xsl

2005-08-07 Thread Billy Duke
I am seeing the xml and the xsl. the php is working fine as far as i can see. - Original Message - From: "Justin Gehring" <[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 12:12 AM Subject: Re: [EMAIL PROTECTED] xml-xsl What code are you seeing? The php?

Re: [EMAIL PROTECTED] xml-xsl

2005-08-07 Thread Justin Gehring
What code are you seeing? The php? The XML? The XSL? - -- Justin Gehring -- -- PH: 651 - 208 -8797 -- -- EM: [EMAIL PROTECTED] -- - Quoting Billy Duke <[EMAIL PROTECTED]>: > I had allot of problems getting sablotron to work s

[EMAIL PROTECTED] xml-xsl

2005-08-07 Thread Billy Duke
I had allot of problems getting sablotron to work so I decided to install apache2 and php5 instead of the older versions. I am assuming from others posting that I shouldn't need sablotron now. But now I am still having some of the same problems. When I try to view the XML/XSL web pages I only see