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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there only one freeware hd sd card format recovery tool? Donna Ohl Digital Photography 26 02-16-2012 11:11 PM
Re: I need a freeware billing tool for CCME Rod Dorman Cisco 1 10-07-2009 07:44 PM
Validation with XSD using XML::LibXML::Schema, and XML::Validator::Schema huntingseasonson@gmail.com Perl Misc 5 11-29-2006 11:37 AM
Problem with schema-validation and property "http://apache.org/xml/properties/schema/external-schemaLocation" Markus Java 1 11-23-2005 01:41 PM
Freeware vhdl to verilog conversion tool deepali_maydeo@hotmail.com VHDL 2 09-13-2004 05:39 AM



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