thanks eschwartz..
I used (\w+) and it also works. By the way, do you have idea what is this error:
"This XML file does not appear to have any style information associated with it. The document tree is shown below."
This is my first few lines:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns:idx="wwww.mobipocket.com" xmlns:mbp="www.mobipocket.com" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<link href="../Styles/XXXXX.css" rel="stylesheet" type="text/css" />
<title></title>
<style type="text/css">
</style>
</head>
|