[wtr-general] Re: Problem displaying XML file with XSL in Firefox and Safari

2009-01-30 Thread Tiffany Fodor

Yikes!

Does that mean I just pulled the 'works on my machine' routine?

I was checking this by looking at local files with the stylesheet in
the same directory.  I wish I could be more help with the files on
your server.

-Tiffany

On Jan 30, 12:35 pm, Charley Baker  wrote:
> There's no special plugin needed. I can't get the files to work either on
> Safari or Firefox, my guess is due to some slack that IE is giving, the
> other browsers are being more strict. It does work if I pull the files
> locally - e.g. and xml and the xsl in the same directory and then open the
> file with Firefox. There may be a problem with either the way the file is
> being served - from the server as text/plain - or the pathing on the xsl
> file in regards to the xml files.
>
> That's my 2cents from what I can see.
>
> -c
>
> On Fri, Jan 30, 2009 at 9:55 AM, Tiffany Fodor  wrote:
>
> > Hi Jim!
>
> > I've tried on several machines to see if I need to change any Firefox
> > settings, but it works on every one (I'm using version 3.04 or 3.05).
> > I just took a quick look at my Firefox settings.  In the Content tab,
> > I have "Load Images Automatically", "Enable Javascript", and "Enable
> > Java" checked.  Otherwise, I don't think I see any settings that
> > should have anything to do with viewing xml.
>
> > I didn't see a build with the updated transform.  If changing your
> > javascript settings doesn't help, can you send a link to a build that
> > has the new transform and I'll give it a shot on my systems?
>
> > -Tiffany
>
> > On Jan 30, 8:49 am, Jim Matthews  wrote:
> > > Does Firefox require a plugin to make this work?
>
> > > On Jan 30, 9:44 am, Jim Matthews  wrote:
>
> > > > Good that you could read my mind and know that I was talking about XSL
> > > > instead of xls.
>
> > > > Anyway, I tried your new stylesheet and it still works for me in IE
> > > > but it still does not work in Firefox for me.  I did not try Safari
> > > > yet since it did not work in Firefox.  Any other thoughts?
>
> > > > Jim
>
> > > > On Jan 29, 6:19 pm, Tiffany Fodor  wrote:
>
> > > > > I've updated my example harness in the wiki to include a stylesheet
> > > > > with this fix.  I've verified that it works with IE, Firefox, and
> > > > > Opera, but I don't have Safari installed anywhere.
>
> > > > > If anyone is interested in using ci_reporter to report test results,
> > > > > you can find an example of how to use it here:
>
> >http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat...
>
> > > > > -Tiffany
>
> > > > > On Jan 29, 4:42 pm, Tiffany Fodor  wrote:
>
> > > > > > Hey Jim!
>
> > > > > > I found a conditional you can add to the stylesheet so you can view
> > > > > > the results in Firefox.  If you add this line of code to the
> > > > > > stylesheet after line 2, it works for me.
>
> > > > > >  > test="system-property('xsl:vendor')='Transformiix'">
>
> > > > > > I can post a new stylesheet to the wiki.
>
> > > > > > Hope this helps!
>
> > > > > > -Tiffany
>
> > > > > > On Jan 29, 4:02 pm, Jim Matthews  wrote:
>
> > > > > > > I am using ci_reporter to produce XML output from test runs from
> > Watir
> > > > > > > tests.
>
> > > > > > > Tiffany supplied an XLS file to reference in the XML file, which
> > works
> > > > > > > fine in IE.  The problem is that when you try to view the XML
> > file in
> > > > > > > Firefox or Safari, the file looks like raw XML.
>
> > > > > > > I was wondering if anyone had a similar experience with XLS and
> > knew
> > > > > > > if you had to do something different to get it to work with
> > Firefox or
> > > > > > > Safari.  If you would like to see what is happening, you can
> > goto:
>
> > > > > > >http://www.watirbuild.com/builds/watir/1681.3
>
> > > > > > > Jim
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Problem displaying XML file with XSL in Firefox and Safari

2009-01-30 Thread Charley Baker
There's no special plugin needed. I can't get the files to work either on
Safari or Firefox, my guess is due to some slack that IE is giving, the
other browsers are being more strict. It does work if I pull the files
locally - e.g. and xml and the xsl in the same directory and then open the
file with Firefox. There may be a problem with either the way the file is
being served - from the server as text/plain - or the pathing on the xsl
file in regards to the xml files.

That's my 2cents from what I can see.

-c
On Fri, Jan 30, 2009 at 9:55 AM, Tiffany Fodor  wrote:

>
> Hi Jim!
>
> I've tried on several machines to see if I need to change any Firefox
> settings, but it works on every one (I'm using version 3.04 or 3.05).
> I just took a quick look at my Firefox settings.  In the Content tab,
> I have "Load Images Automatically", "Enable Javascript", and "Enable
> Java" checked.  Otherwise, I don't think I see any settings that
> should have anything to do with viewing xml.
>
> I didn't see a build with the updated transform.  If changing your
> javascript settings doesn't help, can you send a link to a build that
> has the new transform and I'll give it a shot on my systems?
>
> -Tiffany
>
>
>
> On Jan 30, 8:49 am, Jim Matthews  wrote:
> > Does Firefox require a plugin to make this work?
> >
> > On Jan 30, 9:44 am, Jim Matthews  wrote:
> >
> > > Good that you could read my mind and know that I was talking about XSL
> > > instead of xls.
> >
> > > Anyway, I tried your new stylesheet and it still works for me in IE
> > > but it still does not work in Firefox for me.  I did not try Safari
> > > yet since it did not work in Firefox.  Any other thoughts?
> >
> > > Jim
> >
> > > On Jan 29, 6:19 pm, Tiffany Fodor  wrote:
> >
> > > > I've updated my example harness in the wiki to include a stylesheet
> > > > with this fix.  I've verified that it works with IE, Firefox, and
> > > > Opera, but I don't have Safari installed anywhere.
> >
> > > > If anyone is interested in using ci_reporter to report test results,
> > > > you can find an example of how to use it here:
> >
> > > >
> http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat...
> >
> > > > -Tiffany
> >
> > > > On Jan 29, 4:42 pm, Tiffany Fodor  wrote:
> >
> > > > > Hey Jim!
> >
> > > > > I found a conditional you can add to the stylesheet so you can view
> > > > > the results in Firefox.  If you add this line of code to the
> > > > > stylesheet after line 2, it works for me.
> >
> > > > >  test="system-property('xsl:vendor')='Transformiix'">
> >
> > > > > I can post a new stylesheet to the wiki.
> >
> > > > > Hope this helps!
> >
> > > > > -Tiffany
> >
> > > > > On Jan 29, 4:02 pm, Jim Matthews  wrote:
> >
> > > > > > I am using ci_reporter to produce XML output from test runs from
> Watir
> > > > > > tests.
> >
> > > > > > Tiffany supplied an XLS file to reference in the XML file, which
> works
> > > > > > fine in IE.  The problem is that when you try to view the XML
> file in
> > > > > > Firefox or Safari, the file looks like raw XML.
> >
> > > > > > I was wondering if anyone had a similar experience with XLS and
> knew
> > > > > > if you had to do something different to get it to work with
> Firefox or
> > > > > > Safari.  If you would like to see what is happening, you can
> goto:
> >
> > > > > >http://www.watirbuild.com/builds/watir/1681.3
> >
> > > > > > Jim
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Problem displaying XML file with XSL in Firefox and Safari

2009-01-30 Thread Tiffany Fodor

Hi Jim!

I've tried on several machines to see if I need to change any Firefox
settings, but it works on every one (I'm using version 3.04 or 3.05).
I just took a quick look at my Firefox settings.  In the Content tab,
I have "Load Images Automatically", "Enable Javascript", and "Enable
Java" checked.  Otherwise, I don't think I see any settings that
should have anything to do with viewing xml.

I didn't see a build with the updated transform.  If changing your
javascript settings doesn't help, can you send a link to a build that
has the new transform and I'll give it a shot on my systems?

-Tiffany



On Jan 30, 8:49 am, Jim Matthews  wrote:
> Does Firefox require a plugin to make this work?
>
> On Jan 30, 9:44 am, Jim Matthews  wrote:
>
> > Good that you could read my mind and know that I was talking about XSL
> > instead of xls.
>
> > Anyway, I tried your new stylesheet and it still works for me in IE
> > but it still does not work in Firefox for me.  I did not try Safari
> > yet since it did not work in Firefox.  Any other thoughts?
>
> > Jim
>
> > On Jan 29, 6:19 pm, Tiffany Fodor  wrote:
>
> > > I've updated my example harness in the wiki to include a stylesheet
> > > with this fix.  I've verified that it works with IE, Firefox, and
> > > Opera, but I don't have Safari installed anywhere.
>
> > > If anyone is interested in using ci_reporter to report test results,
> > > you can find an example of how to use it here:
>
> > >http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat...
>
> > > -Tiffany
>
> > > On Jan 29, 4:42 pm, Tiffany Fodor  wrote:
>
> > > > Hey Jim!
>
> > > > I found a conditional you can add to the stylesheet so you can view
> > > > the results in Firefox.  If you add this line of code to the
> > > > stylesheet after line 2, it works for me.
>
> > > > 
>
> > > > I can post a new stylesheet to the wiki.
>
> > > > Hope this helps!
>
> > > > -Tiffany
>
> > > > On Jan 29, 4:02 pm, Jim Matthews  wrote:
>
> > > > > I am using ci_reporter to produce XML output from test runs from Watir
> > > > > tests.
>
> > > > > Tiffany supplied an XLS file to reference in the XML file, which works
> > > > > fine in IE.  The problem is that when you try to view the XML file in
> > > > > Firefox or Safari, the file looks like raw XML.
>
> > > > > I was wondering if anyone had a similar experience with XLS and knew
> > > > > if you had to do something different to get it to work with Firefox or
> > > > > Safari.  If you would like to see what is happening, you can goto:
>
> > > > >http://www.watirbuild.com/builds/watir/1681.3
>
> > > > > Jim
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Problem displaying XML file with XSL in Firefox and Safari

2009-01-30 Thread Jim Matthews

Does Firefox require a plugin to make this work?


On Jan 30, 9:44 am, Jim Matthews  wrote:
> Good that you could read my mind and know that I was talking about XSL
> instead of xls.
>
> Anyway, I tried your new stylesheet and it still works for me in IE
> but it still does not work in Firefox for me.  I did not try Safari
> yet since it did not work in Firefox.  Any other thoughts?
>
> Jim
>
> On Jan 29, 6:19 pm, Tiffany Fodor  wrote:
>
> > I've updated my example harness in the wiki to include a stylesheet
> > with this fix.  I've verified that it works with IE, Firefox, and
> > Opera, but I don't have Safari installed anywhere.
>
> > If anyone is interested in using ci_reporter to report test results,
> > you can find an example of how to use it here:
>
> >http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat...
>
> > -Tiffany
>
> > On Jan 29, 4:42 pm, Tiffany Fodor  wrote:
>
> > > Hey Jim!
>
> > > I found a conditional you can add to the stylesheet so you can view
> > > the results in Firefox.  If you add this line of code to the
> > > stylesheet after line 2, it works for me.
>
> > > 
>
> > > I can post a new stylesheet to the wiki.
>
> > > Hope this helps!
>
> > > -Tiffany
>
> > > On Jan 29, 4:02 pm, Jim Matthews  wrote:
>
> > > > I am using ci_reporter to produce XML output from test runs from Watir
> > > > tests.
>
> > > > Tiffany supplied an XLS file to reference in the XML file, which works
> > > > fine in IE.  The problem is that when you try to view the XML file in
> > > > Firefox or Safari, the file looks like raw XML.
>
> > > > I was wondering if anyone had a similar experience with XLS and knew
> > > > if you had to do something different to get it to work with Firefox or
> > > > Safari.  If you would like to see what is happening, you can goto:
>
> > > >http://www.watirbuild.com/builds/watir/1681.3
>
> > > > Jim
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Problem displaying XML file with XSL in Firefox and Safari

2009-01-30 Thread Jim Matthews

Good that you could read my mind and know that I was talking about XSL
instead of xls.

Anyway, I tried your new stylesheet and it still works for me in IE
but it still does not work in Firefox for me.  I did not try Safari
yet since it did not work in Firefox.  Any other thoughts?

Jim

On Jan 29, 6:19 pm, Tiffany Fodor  wrote:
> I've updated my example harness in the wiki to include a stylesheet
> with this fix.  I've verified that it works with IE, Firefox, and
> Opera, but I don't have Safari installed anywhere.
>
> If anyone is interested in using ci_reporter to report test results,
> you can find an example of how to use it here:
>
> http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat...
>
> -Tiffany
>
> On Jan 29, 4:42 pm, Tiffany Fodor  wrote:
>
> > Hey Jim!
>
> > I found a conditional you can add to the stylesheet so you can view
> > the results in Firefox.  If you add this line of code to the
> > stylesheet after line 2, it works for me.
>
> > 
>
> > I can post a new stylesheet to the wiki.
>
> > Hope this helps!
>
> > -Tiffany
>
> > On Jan 29, 4:02 pm, Jim Matthews  wrote:
>
> > > I am using ci_reporter to produce XML output from test runs from Watir
> > > tests.
>
> > > Tiffany supplied an XLS file to reference in the XML file, which works
> > > fine in IE.  The problem is that when you try to view the XML file in
> > > Firefox or Safari, the file looks like raw XML.
>
> > > I was wondering if anyone had a similar experience with XLS and knew
> > > if you had to do something different to get it to work with Firefox or
> > > Safari.  If you would like to see what is happening, you can goto:
>
> > >http://www.watirbuild.com/builds/watir/1681.3
>
> > > Jim
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Problem displaying XML file with XSL in Firefox and Safari

2009-01-29 Thread Tiffany Fodor

I've updated my example harness in the wiki to include a stylesheet
with this fix.  I've verified that it works with IE, Firefox, and
Opera, but I don't have Safari installed anywhere.

If anyone is interested in using ci_reporter to report test results,
you can find an example of how to use it here:

http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications

-Tiffany


On Jan 29, 4:42 pm, Tiffany Fodor  wrote:
> Hey Jim!
>
> I found a conditional you can add to the stylesheet so you can view
> the results in Firefox.  If you add this line of code to the
> stylesheet after line 2, it works for me.
>
> 
>
> I can post a new stylesheet to the wiki.
>
> Hope this helps!
>
> -Tiffany
>
> On Jan 29, 4:02 pm, Jim Matthews  wrote:
>
> > I am using ci_reporter to produce XML output from test runs from Watir
> > tests.
>
> > Tiffany supplied an XLS file to reference in the XML file, which works
> > fine in IE.  The problem is that when you try to view the XML file in
> > Firefox or Safari, the file looks like raw XML.
>
> > I was wondering if anyone had a similar experience with XLS and knew
> > if you had to do something different to get it to work with Firefox or
> > Safari.  If you would like to see what is happening, you can goto:
>
> >http://www.watirbuild.com/builds/watir/1681.3
>
> > Jim
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---