DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2007-11-29 08:42:37

AlexK
New member

don't process xml resources

Hi!
The resources included in xml tags don't process by DebugBar
example:
<xml id="convert" src="../xsl/convert.xsl"></xml>

Offline

 

#2 2007-11-29 10:57:44

fabrice
DebugBar Support

Re: don't process xml resources

Hi,

What do you mean by "process" ? Do you have a public page as sample ?
DebugBar is looking at the DOM as rendering by IE to create the DOM tree. So, if IE is not processing your tag, it will not be processed by DebugBar.

Offline

 

#3 2007-11-29 12:40:55

AlexK
New member

Re: don't process xml resources

The request on this resource
(<xml id="convert" src="../xsl/convert.xsl"></xml>)
don't show on HTTP(S) tab in DebugBar

Offline

 

#4 2007-11-29 14:04:46

fabrice
DebugBar Support

Re: don't process xml resources

OK, It is about HTTP requests.

There is a bug (limitation...) so far with the DebugBar sniffer. Sometimes, the request is not handled correctly (The request is ok on the IE side, but DebugBar is not processing it for display). It happens for flash and java class files mainly. And it looks like I can add xml resource files as well.

I know this bug, and work on it to correct it on a future release.

Thanks for reporting it so everyone is aware of the problem :-O

Offline

 

#5 2008-02-12 16:04:00

fabrice
DebugBar Support

Re: don't process xml resources

Hi,

xml and xslt files will be handled in the next DebugBar release ;-)

Offline

 

#6 2008-02-12 17:18:39

fabrice
DebugBar Support

Re: don't process xml resources

Oooooops. I was too fast.

It does not work for "xml" files so far ... :-(

I am working on it.

Offline