|
Subject: Re: [xsl] extracting data from html part result... From: David Carlisle <davidc@xxxxxxxxx> Date: Thu, 12 May 2005 16:48:49 +0100 |
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:a="atg.uwe.ac.uk"
xmlns="http://www.w3.org/1999/xhtml"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <!-- change here xhtml
no that doesn't work, as I said in my earlier reply you need a prefix in
the stylesheet
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:a="atg.uwe.ac.uk"
xmlns:h="http://www.w3.org/1999/xhtml"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
and then /h:html/h:body/h:div[@id='whatever']
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] extracting data from html, omprakash . v | Thread | RE: [xsl] extracting data from html, Aaron Johnson |
| RE: [xsl] xsl variable not resolved, Ross, Douglas | Date | RE: [xsl] extracting data from html, Aaron Johnson |
| Month |