Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 28th, 2008, 10:39 AM
Authorized User
 
Join Date: Mar 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default XML + Schema Validator

Hi.. I am writing my own Schemas and trying to use them to validate XML. What I need is something to actually do the validating.

I've been using validome.org but I don't think it works right, and w3c tool spits out errors that don't make any sense (to me at least). Is there a downloadable utility to validate XML? Or a webpage that works?

Thanks for any help.

 
Old August 28th, 2008, 10:46 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

Two XML editors that I hear recommended a lot are Style Studio and oXygen XML Editor:

http://www.stylusstudio.com/
http://www.oxygenxml.com/

I'm sure there are others.

/- Sam Judson : Wrox Technical Editor -/
 
Old August 28th, 2008, 10:56 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

The best schema validators are probably MSXML from Microsoft, Xerces from Apache, and Saxon from Saxonica. The first two are free. All of them are most easily used from tools such as oXygen and Stylus Studio (which are not free).

(In my view, but I'm biassed, it's worth paying for the Saxon-SA validator (GBP 30) simply for the better error messages)

There is an online validation service at http://www.w3.org/2001/03/webdata/xsv but of course you won't want to use that for more than the occasional one-off.



Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer's Reference
 
Old August 28th, 2008, 11:28 AM
Authorized User
 
Join Date: Mar 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I think I'm going to use notepad++ (which I really like) and an XML tools plugin. Thanks for the help guys






Similar Threads
Thread Thread Starter Forum Replies Last Post
where is the "validator-rules.xml" in ch-19? satanest BOOK: Beginning JavaServer Pages 0 August 10th, 2008 01:19 AM
problen struts 1.1 validator.xml DR POMPEII Struts 0 May 2nd, 2006 07:50 PM
What's the use of XML Schema?! janise XML 2 August 29th, 2004 05:31 AM
xml schema help allang XML 0 August 19th, 2004 09:58 PM
XML, XML Schema, JavaScript, ASP cyberjames2003 XML 0 June 4th, 2003 04:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.