The issue below i would guess is something to do with namespaces. Can some kind soul 
tell me the correct notation for the XPath expression?
--- Begin Message ---
Querying the nodes in the following doesn't return anything. I must be
making some obvious noobie mistake. Can someone enlighten me please?

G00se

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
  <!-- #BeginTemplate "/Templates/genericX.dwt" -->

  <head>
    <!-- #BeginEditable "Head-tags" -->
    <!-- TITLE AND META TAGS GO IN HERE -->

    <title>Mantex homepage</title>
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1" />
    <meta name="description"
    content="mantex - educational software and books. free resources for
teaching and learning. services in writing, editing, business communication.
electronic publishing and book reviews." />
    <meta name="keywords"
    content="writing skills,style guides,essays,term papers,reports,study
skills,revision,exams,essay-marking, guidance notes,tip sheets,english
language,diagnostic tests,helpdisk,computer-based learning,cbl,cal,business
communications,editing,book reviews,online
learning,word-processors,typography,information technology,web
design,educational software,notas en espanol,htm,html,style
sheets,css,xml,xhtml,free notes,guidance notes,ebooks,e-books,free
ebooks,electronic books,electronic publishing,free software,free fonts,free
newsletter,dictionaries,bibliographies,reports,journalism,composition,writin
g guides,literary studies,free tutorials,english literature" />
    <link rel="stylesheet" href="/style/styleX.css"
    type="text/css" /><!-- #EndEditable -->
  </head>
................
</html>


--- End Message ---

Reply via email to