Archive for the 'XML' Category
Monday, February 6th, 2006 by Sonja Duijvesteijn
XHTML can do everything HTML can, so the real question is, do you need any of functions XHTML offers. And, will you be able to use the proper mimetype for it? Without the correct mimetype there is no reason to use XHTML as it will trigger quirks mode in the browser. And that is something […]
Posted in Webdevelopment, Html, XML | 2 Comments »
Friday, December 30th, 2005 by Sonja Duijvesteijn
Xpath is used to get to a specific element, or node set in xml. But how does it work?
First, a piece of xml.
<?xml version=”1.0″ encoding=”ISO-8859-1″?>
<navigation>
<menu>
<name>Contact</name>
<item id=’1′>
<caption>Address</caption>
<link>http://link/</link>
</item>
[…]
Posted in XML | 2 Comments »