|
|
Browse by Tags
All Tags » XML (RSS)
-
One of my favorite time saving features in most current web browsers, besides tabbed browsing, is the ability to search the web from any web page. Just type your search query in the search bar at the top of the browser and hit enter. Most people know that you can search Live.com, Google, Lycos, or whatever your favorite search engine is. What many ...
-
XSLT allows you to transform one XML document type to another. For instance, you may have a XML document containing your hours logs for different projects:
XML Hours Log
<HoursLog>
<Entry>
<ProjectName>My XML ...
-
This example will get you started in the exciting world of XML parsing with Java and DOM!
Test.xml
<root>
<foo>someFoo</foo>
<child>
<subchild name="chris">valueOne</subchild>
...
|
|
|