XQuery Build on XPath,so Xquery has more features than XPath
Sunday, August 28, 2011
What Is XQUERY ?
XQuery is to XML what SQL is to database tables.
XQuery was designed to query XML data.
Tuesday, July 19, 2011
Thursday, July 14, 2011
.properties duplicate entries - handling by Properties class
if we have duplicate entries in .properties like below
entry1 = xxx
entry2=yyy
entry2=zzz
entry1 = xxx
entry2=yyy
entry2=zzz
then during getProperty("entry2"),we will get only zzz not yyy
Wednesday, July 13, 2011
Subscribe to:
Posts (Atom)