Search found 4 matches

by Wig
Wed Nov 02, 2005 11:21 pm
Forum: XML Schemas
Topic: Question regarding the validate() function of a view...
Replies: 1
Views: 5802

Ok, problem solved...

I wrote my own validating parser with JAXP and I can ensure validation programmatically.
by Wig
Mon Oct 31, 2005 7:57 pm
Forum: Common Problems
Topic: I'm looking for ... "Un-Pretty Print"
Replies: 3
Views: 8482

Thank you, That's what I figured.

I have a function that removes all the extraneous whitespace, but it isn't perfect. I was hoping there was a special function in the editor somewhere that would remove the 'pretty print' formatting.

Much appreciated.
by Wig
Sat Oct 29, 2005 1:29 am
Forum: XML Schemas
Topic: Question regarding the validate() function of a view...
Replies: 1
Views: 5802

Question regarding the validate() function of a view...

In looking at the documentation for the view interface I note that the validate() function is void... Are there any suggestions on how I can call the validate() function on a document within a view programmatically and determine whethor or not the validation succeeded. I assume there is a way to dig...
by Wig
Sat Oct 29, 2005 1:10 am
Forum: Common Problems
Topic: I'm looking for ... "Un-Pretty Print"
Replies: 3
Views: 8482

I'm looking for ... "Un-Pretty Print"

Or perhaps "ugly-print"... I did a search throughout the forums for this and didn't find anything... so here goes. Is there a way to 'undo' pretty print through the standard view controls? I have a special function which returns a StringBuffer containing the markup from a view, however the...