Is this your app? Claim this page to add your own description, links and contact info. It's free. →

XML Nanny

XML Nanny at Mac App Store analyse

Celestial Teapot Software
6,350 ratings · Power index: 180
Version 1.0.3
Size 1.78 Mb
Updated 7 years ago
Released 22 Mar 2011

How do you feel about this app?

Screenshots

Description

XML Nanny is a Developer Tool that allows you to Validate XML and XHTML documents locally or over the web. FEATURES: • Parse either local XML files or files on a web server using HTTP. In the "Source" text field specify either a local file path or an HTTP URL. • Checks for XML Well-Formedness errors. Errors are reported in an attractive graphical list. • Checks for XML Validation errors, with support for many popular Schema Validation types: DTD (internal or external), XML Schema (XSD), RELAX NG (XML syntax only), and Schematron. Validation errors are reported in an attractive graphical list. • Schematron 1.5 Support. Validate XML documents against Schematron schemas with assertions, reports, pattern tests, and diagnostic information reported through the XML Nanny UI. • Verbose Parsing mode provides more instance document/DTD details through the UI... kinda like a visual SAX parser. • Each XML Nanny window is a Mac OS X "Document" which may be saved as a ".xmlnanny" file and reopened later. Set up an XML Nanny window with your parse settings and save them to disk for later use. • Double-clicking errors in XML Nannys results list UI opens the source document in your preferred Text Editor (this can be set in the Preferences Window). Some Text Editors (TextMate, BBEdit, TextWrangler) will even highlight the line in which the error occurs. Mime-type and encoding values sent to XML Nanny from a web server via HTTP headers are now reported. • XML Namespace setting allows you to parse with namespaces on or off. • Full-Constraint Check setting for XSD parsing. • XML Catalog support. In the main menu select "Window → Show XML Catalog Window". In the window that appears you can specify local custom DTDs via PUBLIC or SYSTEM identifiers. These DTDs will then override matching DTDs specified in XML documents in all subsequent Validation. • All Parsing and Validation is done libxml2 except for Schematron, which is partially handled by the Schematron 1.5 XSLT reference implementation.

Estimates

Monthly Downloads > 3.96k
Est. Revenue ~ $1.62k

Availability

Devices

MacDesktop

Pricing by country

Country Price
Canada 2.99 CAD
China 15 CNY
France 1.99 EUR
Germany 1.99 EUR
Italy 1.99 EUR
Netherlands 1.99 EUR
Portugal 1.99 EUR
Spain 1.99 EUR
Poland 2.29 EUR
UK 1.99 GBP
India 199 INR
Japan 300 JPY
Korea, Republic Of 3300 KRW
Poland 9.99 PLN
Russia 199 RUB
Turkey 99.99 TRY
USA 1.99 USD
Korea, Republic Of 2.19 USD
Ukraine 1.99 USD

Does not work with a simple XML document and its corresponding schema !??

Malone38 · 13 years ago · v1.0.3

Oxygen editor validates my document but XML Nanny detects errors (and obviously it is a valid document)! Error message is not meaningful.

Cumpre o que promete

Carlos Gabriel · 12 years ago · v1.0.3

Simples, fácil, preço justo e faz tudo o que promete.

Ajuda muito

Pdess · 10 years ago · v1.0.3

Já valeu o preço da compra. Salvou dias de trabalho procurando erros de formatação que as ferramentas que usariam o xml não acusavam, mas falhavam.

Prima

cialog · 14 years ago · v1.0

Das Programm macht genau das, was es soll zuverlässig und fehlerfrei.

Fehler gefunden...

Kiara Borini · 14 years ago · v1.0

Ich heute den ganzen Tag eine XML-Datei untersucht, die einen Fehler aufwies. Dann mit diesem Programm innerhalb von fünf Minuten den Fehler gefudnen. Gute Investition!

Pay attention...

chrisji · 13 years ago · v1.0.3

XML Nanny isnt able so simple show XML files. Its not implemented.

Source and all schema has to be local files

Available Nick5 · 13 years ago · v1.0.3

The source XML file as well as all parts of the schema (including all xsd:include) have to be available as local files. Entering an URL will result in an I/O error. When entering an invalid local file (e.g. a directory) - but even when everything is setup correctly - parsing will take age without any CPU activity. I guess the program still tries to open a network connection and fails eventually. I do consider the possibility to check one URL with a XML document against another URL with a XSD as a rather important feature. The program will validate correctly, when all files are local. Id also like the option to validate a bunch of files per wildcard. All these seems like rather minor work compared to the available functionality but impede usability significantly. I will definitely improve my rating when / if these issues are resolved (especially the I/O errors with URLs).