Home › Forums › XMetaL Tips and Tricks › Script Example: Change Text Case Functions › Reply To: Script Example: Change Text Case Functions
Reply to: Script Example: Change Text Case Functions
January 11, 2010 at 4:13 pmOne small point: the functions don't work in file entities because it tried to validate the file and says the file is invalid if it doesn't have a doctype. I removed &&(ActiveDocument.IsValid == true) to get around this. It would be nice if you could do ActiveDocument.IsWellFormed instead (perhaps you can…guess I should check that).
David