Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Freeware XML schema validation tool?

Reply
Thread Tools

Freeware XML schema validation tool?

 
 
D. Alvarado
Guest
Posts: n/a
 
      04-19-2004
Can anyone recommend a good freeware tool for validating my XML doc
against an XML schema? Thanks, - Dave
 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      04-20-2004


D. Alvarado wrote:

> Can anyone recommend a good freeware tool for validating my XML doc
> against an XML schema? Thanks, - Dave


You could use jEdit, a programmer's text editor implemented in Java that
can then install a plugin using Xerces J to do the validation, see
http://www.jedit.org/
--

Martin Honnen
http://JavaScript.FAQTs.com/

 
Reply With Quote
 
 
 
 
Victor Engmark
Guest
Posts: n/a
 
      04-20-2004
D. Alvarado wrote:
> Can anyone recommend a good freeware tool for validating my XML doc
> against an XML schema? Thanks, - Dave


To check local files using a web tool, check out
http://apps.gotdotnet.com/xmltools/xsdvalidator/.

--
Victor
 
Reply With Quote
 
Sascha Kerschhofer
Guest
Posts: n/a
 
      04-20-2004
Hi,

I spent lots of time to find one too. I would recomend, to write a simple
commandline tool in C# (this is just a couple lines of code) and integrate
it in a Editor like Textpad.

Sascha Kerschhofer

"D. Alvarado" <> wrote in message
news: om...
> Can anyone recommend a good freeware tool for validating my XML doc
> against an XML schema? Thanks, - Dave



 
Reply With Quote
 
Henry S. Thompson
Guest
Posts: n/a
 
      04-20-2004
The public W3C XML Schema homepage [1] lists a number of free validators.
Several of them have online form-based interfaces as well as
downloads.

ht

[1] http://www.w3.org/XML/Schema.html
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail:
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
 
Reply With Quote
 
Rolf Magnus
Guest
Posts: n/a
 
      04-20-2004
Victor Engmark wrote:

> D. Alvarado wrote:
>> Can anyone recommend a good freeware tool for validating my XML doc
>> against an XML schema? Thanks, - Dave

>
> To check local files using a web tool, check out
> http://apps.gotdotnet.com/xmltools/xsdvalidator/.


And another one:

http://www.stg.brown.edu/service/xmlvalid/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New to xml schema - does the dtd/schema validation happens always ? pramodr XML 3 04-05-2009 12:10 PM
web.xml / XML schema issue, why do some XML schema attributes disappear asciz@starmail.com Java 3 02-20-2007 09:56 AM
Validation with XSD using XML::LibXML::Schema, and XML::Validator::Schema huntingseasonson@gmail.com Perl Misc 5 11-29-2006 12:37 PM
Problem with schema-validation and property "http://apache.org/xml/properties/schema/external-schemaLocation" Markus Java 1 11-23-2005 02:41 PM
[XML Schema] Including a schema document with absent target namespace to a schema with specified target namespace Stanimir Stamenkov XML 3 04-25-2005 09:59 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57