Search found 4 matches

by Vosper
Thu Feb 10, 2005 1:32 am
Forum: XML Schemas
Topic: Multiple xs:ID's in one schema?
Replies: 1
Views: 14336

Duh. When creating the new XML Document I had forget to the make the DocumentBuilderFactory aware of the Schema - so it was returning null because it didn't know which elements were of type "xs:ID"

I'm downloading J2SE 5 now because it seems to have better Schema integration :)
by Vosper
Thu Feb 10, 2005 1:05 am
Forum: XML Schemas
Topic: Multiple xs:ID's in one schema?
Replies: 1
Views: 14336

Multiple xs:ID's in one schema?

I am writing some software to help me navigate my mp3 collection. I have designed a Schema for it, which is basically like this: <artist id=""> <album id=""> <song id="">Blah blah</song> </album> </artist> Can I use multiple ID's like this? The schema validates in Oxyge...
by Vosper
Tue Aug 24, 2004 4:16 am
Forum: Feature Request
Topic: Limitless column resize
Replies: 1
Views: 4077

Limitless column resize

I have a widescreen laptop, and it would be nice if the column headers in the debugger could be expanded to the width of the screen so that I can see the entire text of messages in the "Description" column. Attached is an image to show what it looks like on my system. Sorry about the size ...
by Vosper
Thu Aug 12, 2004 4:12 pm
Forum: Common Problems
Topic: bad performance on laptop
Replies: 3
Views: 4313

After a bit of tinkering, I discovered the performance is dependent on whether the graphics card (64mb ATI Mobility Radeon 9200) is set to "Optimal Performance" or "Optimal Battery Life". When I plug in mains power the setting automatically switches to best performance and that m...