473,382 Members | 1,373 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Any good XML validation tools?

I'm now using STG XML validation tool to validate my XML files through
uploading.
But, STG can not include local DTD files.
Also, testing XML files on Firefox and IE always lead to inconsistent
results, which is really a confusion to me.

Are there any good XML validation tool to introduce?
Dec 14 '07 #1
2 3756

st**********@gmail.com <st**********@gmail.comwrote in
<66**********************************@d21g2000prf. googlegroups.com>:
I'm now using STG XML validation tool to validate my XML
files through uploading.
But, STG can not include local DTD files.
Also, testing XML files on Firefox and IE always lead to
inconsistent results, which is really a confusion to me.

Are there any good XML validation tool to introduce?
xmllint is a command-line validating parser that comes with
libxml2 package. It supports validation using DTDs, W3C XML
Schemata and RELAX NG schema definitions. If you're running
Linux, it's very likely you already have this package
installed. If you're on a Windows box, libxml2 is in
Cygwin's packages collection.

--
....also, I submit that we all must honourably commit seppuku
right now rather than serve the Dark Side by producing the
HTML 5 spec.
Dec 14 '07 #2
On 19 Dez. 2007, 05:00, keshlam-nos...@comcast.net wrote:
On Dec 14, 2:12 am, steadyspi...@gmail.com wrote:
Are there any goodXMLvalidationtoolto introduce?

I just use Xerces. (That is, when I'm not actively debugging anXML
parsing/validationframework.)

Any good validatingXMLparser should come with a simple standalone
driver which will let you parse/validate a file from the command line.
You can use ValidatorBuddy 2.2 to validate (multiple) XML files from
the Windows File Explorer using Xerces-C 2.7 (and also others like
AltovaXML). Afterwards you get a dialog with a detailed report showing
all errors where you can open the file(s) and/or copy the error report
to the clipboard as XML.

Read more about the tool here: http://www.spycomponents.com/ValidatorBuddy.htm

Regards, Ewa
Jan 17 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: TG | last post by:
I have a validation form that must behave differently based on the results of a PHP validation check. I have a post command at the top of my form that calls itself. I don't leave the form when...
0
by: Brian | last post by:
I am having alot of trouble getting a XML document validated with a schema. I got a sample document and schema off of w3schools.com, which passed an online xml validator:...
3
by: john morales | last post by:
Hi guys, I have a problem and i know there must be a solution for this as it is such a basic common practice in asp.net development. Scenario: i have many webforms in a site, most with two...
6
by: Neil Zanella | last post by:
Hello, I would like to know whether there is a way to validate an ASP.NET page prior to it being processed by the server. Basically, I am assuming that there is an ASP.NET standard (possibly an...
1
by: Shaker | last post by:
For simplicity, I have on one form: -textbox1/Requiere For validation1 / submitbuttun1, -textbox2/Requiere For validation2 / submitbuttun2, I have two submit buttons on an ASP.Net page with...
12
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation...
5
by: Andrew | last post by:
Hi I'm new to this group, so apologies if it's an old chestnut, or not appropriate to this group.... I have been playing around with creating xml files and schemas with which to validate...
1
by: jaimemartin | last post by:
hello, I want to validate an xml by means of a schema (xsd). To do that first of all I´m using a SchemaFactory. The problem is that if I run the code in Windows all works fine, but If I run it in...
3
by: Water Cooler v2 | last post by:
Sorry for asking this beginner question. I've written DTDs so far and read about XML Schemas. I understand that they are a replacement of the DTD fundamentally, and therefore allow for the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.