[xml] namespaces, HTML parser



Is there a way to use namespaces with the HTML parser? In other words, parse the kind of text I have below, and preserve the "ns:"?

<html>
<head>
<title>Test</title>
</head>
<body>
<ns:tag>text</ns:tag>
</body>
</html>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]