Wednesday Aug 20, 2008

I'm back here after a while, and I'm writing again!

Last week, I gave a training on XML Schema components in Java CAPS repository based projects, to customer support teams across the globe. As they say in the game of cricket, I am going to begin this second inning of blogging with the online version of this training.

In coming days, I am going to put modified version of this training material suitable to wider audience on my blog. So stay tuned !

Tuesday Sep 05, 2006

We often receive emails regarding someone in the other corner of world is in need for a desperate help.  Sometimes these emails are hoax, and other times its genuine calls for help which we often look at it with angles due to past experiences.[Read More]

Wednesday Aug 16, 2006

XML documents may contain elements or attributes defined and used by various standards, partners, or vendors (i.e. vocabularies). This poses collision and ambiguity when multiple vocabularies uses same element or attribute name. XML processing application needs to recognize which vocabulary each conflicting elements or attributes belongs to. However, changing conflicting element or attribute names is not a convenient and practical solution. Namespaces is a solution to this problem by providing a unique qualified name to the constructs defined in various XML vocabularies.

[Read More]