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
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
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
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
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
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:
> >
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'
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
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
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
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
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
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
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
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
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
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
> 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
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
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
> 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
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
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
---
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
-
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
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 <[
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,
, 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
; 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
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: '\
;[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:
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 -
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?
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
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
35 matches
Mail list logo