>Ok, with AxDebugLevel set to 10, i noticed this error:
>[AxKit] [Sablotron] [2] Error: msgtype:error :: code:2 :: module:Sablotron
>:: URI:arg:/xml_resource :: line:1 :: msg:XML parser error 5: unclosed
>token
>
>Hm... as i take a look at the xml file, the 'file' command tells the xml
>file i'm using is an MP3!  when i cat the file, it looks ok, except
>instead of <?xml it starts with just ?xml ... hm.. even stranger, when i
>edit it in vi, the file has a bunch of ^@ characters everywhere... geez, i
>think i have bigger problems!

Perhaps your xml files are in some kind of unicode (UTF-8 or UTF-16) but
do not have either corresponding magic at the beginning or encoding= parameter in 
<?xml ?> tag ?

>
>The odd thing, is in IE and mozilla, everything works just fine.  All the
>style sheets get called, and you get valid html in your browser.  Very
>strange ...
>
>Thanks for the help to everyone who responded!
>
>-e
>
>
> On Thu, 14 Feb 2002, Robin Berjon wrote:
>> That is a strange problem. It would seem that you have a configuration
>> problem, perhaps in your style chooser (if you are using one) or that wget is
>> somehow broken in the request it sends.
>>
>> Setting AxDebugLevel to 10 and seeing what AxKit says when it gets the
>> request might help getting a better idea of what's going on.
>>
>> There are alternatives to wget, you could for instance use the simple GET
>> script that comes with LWP. I also think that if you have HTTP::GHTTP setup,
>> something as simple as (untested) perl -MHTTP::GET=get -we
>> 'get("http://your-url....";)' could do the job. Lynx can also dump contents,
>> etc...
>>
>> --
>> _______________________________________________________________________
>> Robin Berjon <[EMAIL PROTECTED]> -- CTO
>> k n o w s c a p e : // venture knowledge agency www.knowscape.com
>> -----------------------------------------------------------------------
>> "My girlfriend always laughs during sex, no matter what she's reading"
>> -- Steve Jobs
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


        Ciao, OLeG
-----------------------------------------------------------------
Oleg Assovski, Development dept., Bitcom Ltd., Moscow
We make few little bugs,
we compensate with a lot of big ones



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to