Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Scott Courtney
On Tuesday 25 March 2008 10:18:07 Melanie Pfefer wrote: > hello > > the page property is when I right-click on the IE page > and click on "page property" > > from a linux server: > Content-Type: text/plain > > I suspect that some configuration is overriding this > AddType. Could it be that cause

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
hello the page property is when I right-click on the IE page and click on "page property" from a linux server: Content-Type: text/plain I suspect that some configuration is overriding this AddType. Could it be that cause? thanks --- Scott Courtney <[EMAIL PROTECTED]> wrote: > On Tuesday 25 Ma

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Scott Courtney
On Tuesday 25 March 2008 09:55:16 Melanie Pfefer wrote: > the page property is Firefox Document (should be xml > document) I'm not sure what you mean by the "page property". Have you looked at the HTTP response headers to see what's actually being sent down to your system? If you just ask the brow

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
Hi Scott and thanks for your reply. Even with only third parameter AddType application/xml .xml the page property is Firefox Document (should be xml document) thanks --- Scott Courtney <[EMAIL PROTECTED]> wrote: > On Tuesday 25 March 2008 08:06:38 Melanie Pfefer > wrote: > >     AddType text/ht

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Scott Courtney
On Tuesday 25 March 2008 08:06:38 Melanie Pfefer wrote: >     AddType text/html .xml > AddType text/xml .xml > AddType application/xml .xml Someone correct me if I'm wrong, but I believe this is going to cause ambiguity. Apache can't send down three Content-type headers for one file. You probably

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
I have now AddType text/html .xml AddType text/xml .xml AddType application/xml .xml still the browser does not recognize the page as xml: text/plain even on firefox. thanks. --- Dragon <[EMAIL PROTECTED]> wrote: > Melanie Pfefer wrote: > >hello > > > >I added this to the conf file: > >

Re: [EMAIL PROTECTED] xml

2008-03-20 Thread Dragon
Melanie Pfefer wrote: hello I added this to the conf file: AddType text/xml .xml xml files are still treatead as html pages not xml any idea what could be the cause? thanks. End original message. - Have you tried application/xml as your MIME type? I'

Re: [EMAIL PROTECTED] xml

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 11:49 AM, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > hello > > I added this to the conf file: > > AddType text/xml .xml > > > xml files are still treatead as html pages not xml > > any idea what could be the cause? You need to use AddType application/xml .xml When you

[EMAIL PROTECTED] xml

2008-03-20 Thread Melanie Pfefer
hello I added this to the conf file: AddType text/xml .xml xml files are still treatead as html pages not xml any idea what could be the cause? thanks. ___ Rise to the challenge for Sport Relief with Yahoo! For Good http://uk

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Joshua Slive
On Thu, Feb 14, 2008 at 2:21 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > > > Joshua Slive-2 wrote: > > > > The problem is almost-certainly that your application is sending the > > wrong Content-Type header. For instructions on how to look at the > > header, see: > > http://wiki.apache.org/h

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Andrew2008
Joshua Slive-2 wrote: > > The problem is almost-certainly that your application is sending the > wrong Content-Type header. For instructions on how to look at the > header, see: > http://wiki.apache.org/httpd/WatchingHttpHeaders > > That leaves open the question of WHY the wrong content-type i

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Joshua Slive
On Thu, Feb 14, 2008 at 1:27 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > > > PingBad wrote: > > > > Have you tried the DefaultType > > [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive? > > > > I changed the defaulttype directive but it still does not render correctl

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Andrew2008
PingBad wrote: > > Have you tried the DefaultType > [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive? > I changed the defaulttype directive but it still does not render correctly. The good news is when I did a view source, it looked like it has all html elements in

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
On Thursday 14 February 2008 11:49, Andrew2008 wrote: > PingBad wrote: > > What kind of text are you getting? the source code to your application? > > or just HTML output? > > > > If it's the former, ensure the appropriate modules are loaded for > > whatever language it's written in, as well as the

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread Andrew2008
PingBad wrote: > > What kind of text are you getting? the source code to your application? or > just HTML output? > > If it's the former, ensure the appropriate modules are loaded for whatever > language it's written in, as well as the appropriate handlers. For the > latter > scenario, just

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
On Thursday 14 February 2008 08:55, Andrew2008 wrote: > My application sent content via XML and reformat via XSL to get HTML. It > also has javascript for dynamic menu. Right now it does not have render > correctly on the UI. There's no formatting at all, just text. Maybe apache > is filtering so

[EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread Andrew2008
My application sent content via XML and reformat via XSL to get HTML. It also has javascript for dynamic menu. Right now it does not have render correctly on the UI. There's no formatting at all, just text. Maybe apache is filtering something out. Can you let me know how to configure Apache to

Re: [EMAIL PROTECTED] XML turned off

2006-08-10 Thread Ki Song
> On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote: >>> On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote: A quick question: Is there something special that needs to be turned on on a web server to allow it to display XML documents? The server we're on doesn't render any XML docu

Re: [EMAIL PROTECTED] XML turned off

2006-08-10 Thread Joshua Slive
On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote: > On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote: >> A quick question: Is there something special that needs to be turned on on a >> web server to allow it to display XML documents? >> >> The server we're on doesn't render any XML document. >> >> The

Re: [EMAIL PROTECTED] XML turned off

2006-08-10 Thread Nick Kew
On Thursday 10 August 2006 20:57, Ki Song wrote: > http://mail.knifecenter.com/lookupdetail.xml HTTP/1.1 200 OK Date: Thu, 10 Aug 2006 19:27:04 GMT Server: Apache/2.0.54 (Fedora) Last-Modified: Thu, 10 Aug 2006 18:32:39 GMT ETag: "101467e-e7-d713fc0" Accept-Ranges: bytes Content-Length: 231 Conne

Re: [EMAIL PROTECTED] XML turned off

2006-08-10 Thread Ki Song
> On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote: >> A quick question: Is there something special that needs to be turned on on a >> web server to allow it to display XML documents? >> >> The server we're on doesn't render any XML document. >> >> The exact same file that I created works on one web

Re: [EMAIL PROTECTED] XML turned off

2006-08-10 Thread Joshua Slive
On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote: A quick question: Is there something special that needs to be turned on on a web server to allow it to display XML documents? The server we're on doesn't render any XML document. The exact same file that I created works on one web server, but does

[EMAIL PROTECTED] XML turned off

2006-08-10 Thread Ki Song
A quick question: Is there something special that needs to be turned on on a web server to allow it to display XML documents? The server we're on doesn't render any XML document. The exact same file that I created works on one web server, but does not work on a different server. Ki ---

[EMAIL PROTECTED] XML Headers

2005-11-01 Thread Joshua Kogut
Ok, I have had no problems with accessing xml files directly. The browser sees the mime type and knows that the file is an XML file. I have recently made a php script that will pull data from a mysql db and then present the user with an xml file. Before I echo the xml, I sent out a text/xml header

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