• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Passed with 79%

 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the good suggestions here. I had read the W3C specs several times, but bought the PXML2 book on Friday just to review. It definately improved my score in some areas, and was a nice addition to XML Bible which I'd been working from as well. My weakest area was testing and performance, as it was when I took the test back in January and failed. The only real trouble points were some of the poorly written (IMHO) questions.
It continues to amaze me, how one's mind can draw a completely blank with something simple that I've done in practice dozens of times, (what ways can a new complex type can be derived?) and yet be fairly lucid in areas of complete trivia (namespace coercion), but that's what makes it a test!
Now on to DB2!!!
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sir,
Any suggestions and/or links too hit.
Ray
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation Daniel , Pretty Impressive Score but can u still share with us what u feel was lacking there.
 
Rancher
Posts: 1449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!
 
Danl Thompson
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What was lacking? Well, as I said, tuning and performance was my biggest problem, that is, stuff I didn't know. I got 50% in the category the first time and 66% the second time.
To score well in this area, you have to understand why some parsers might have trouble with certain kinds of constructs in documents, you have to understand how and when node sets are calculated, and when and if xsl:variable can help speed things up or not. Using validating vs non-validating parses, and when you should and should not use them. That kind of thing.
Tough test.
reply
    Bookmark Topic Watch Topic
  • New Topic