Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML validator for maximum character length

Status
Not open for further replies.

richiwatts

Technical User
Jun 21, 2002
180
GB
Does any one of of a little tool that can validate maximum characters allowed?
I have a few xml files that I need to translate into French but need to make sure I do not exceed max characters allowed and it is taking too long to keep pasting into Word to get a word count.
<DEFAULTSTRING name="even" maxNumberOfChars="8">Even</DEFAULTSTRING>
<DEFAULTSTRING name="red" maxNumberOfChars="8">Red</DEFAULTSTRING>
<DEFAULTSTRING name="black" maxNumberOfChars="8">Black</DEFAULTSTRING>
<DEFAULTSTRING name="odd" maxNumberOfChars="8">Odd</DEFAULTSTRING>

Rich
 
I fail to see what this has to do with Java.

If it's xml, it's plain text, check the file size.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top