[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] namespaces, HTML parser
- From: Michael Rothwell <rothwell holly-springs nc us>
- To: xml gnome org
- Subject: [xml] namespaces, HTML parser
- Date: Mon, 24 Feb 2003 17:18:40 -0500
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]