Re: Online instance validation - just not working

On Wed, 2005-07-13 at 14:42, Dave Evans wrote:

> I am trying to validate an instance document.  In the
> "Address(es):" input area, I have entered two URLs, separated
> by a space:

>   http://sirius-software.com:9204/resources/schtst01.xml
>   http://sirius-software.com:9204/resources/schtst01.xsd

> When my web server is running (as it is right now), a GET to
> these addresses returns an instance and schema document,
> respectively.  

It's not always running, I guess?  (My GET requests are timing
out.)  Have you tried a GET coming from outside the organization
and thus outside whatever firewall may be between the W3C server
and sirius-software.com:9204 ?

> However, when I click on "Get results" in this
> section of your form, I get a blank page (I'm using Mozilla
> Firefox as the browser).

Did View Source show anything else?  

> I'm sure there's something very simple which I'm doing wrong.
> If there are any tips you can give me, I would appreciate it.

From your description, I can't see that you are doing anything
wrong.  Without your system actually running, though, and serving
the data, it's hard to see what's wrong.  So I'll just tell you
what you already know:

  - Maybe the problem is in your Web server.  You've checked
    this by issuing a GET on the documents individually.

  - Maybe the problem is in the connection between the W3C
    server and your Web server.  Do people outside your domain
    have access to your port 9204?

  - Maybe the problem is that your sample data or schema are
    rolling XSV over.  Do other validators have a problem?
    (If you don't have a validator installed locally, you might
    try any of XSV, Xerces J, Xerces C++, MSV, or ...)

  - Maybe the problem is at the interface between what the XSV
    Web interface sends back and what your browser expects;
    Does the same problem occur if you check the button for
    getting the results labeled text/plain?  Do other browsers
    (lynx?  IE? Galeon? Netscape?) do the same thing?

--C. M. Sperberg-McQueen
  World Wide Web Consortium

Received on Thursday, 14 July 2005 19:18:45 UTC