IBM XML4C
Product Name: IBM XML4C
Author: IBM
Website: http://alphaworks.ibm.com/tech/xml4c
Download Location: http://alphaworks.ibm.com/aw.nsf/download/xml4c
User Tool Settings
| Command Line: |
c:\xml4c5_4_0-win32\bin\SAXCount.exe |
| Arguments: |
|
| To check Well-Formedness: |
"$(FilePath)" |
| To validate: |
-v "$(FilePath)" |
| Initial Directory: |
$(FileDir) |
| Options: |
Capture Output in Tool View |
Comments
To use IBM XML4C, create a new User Tool and enter the Command Line, Arguments, Initial Directory and options as shown above.
If you have installed XML4C in a different directory, replace
c:\xml4c5_4_0-win32\
with the path where XML4C is installed.
XML4C reports the number of elements, attributes, spaces and characters if the document passes validation.
|