vgritsenko 02/03/20 20:32:23
Modified: src/webapp sitemap.xmap
Log:
Fix yahoo sample
Revision Changes Path
1.45 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sitemap.xmap 18 Mar 2002 19:21:41 -0000 1.44
+++ sitemap.xmap 21 Mar 2002 04:32:23 -0000 1.45
@@ -1170,7 +1170,7 @@
<map:match pattern="yahoo">
<map:generate type="html" src="http://www.yahoo.com">
- <map:parameter name="xpath"
value="/html/body/center/table[1]/tr/td/table[position()=last()]"/>
+ <map:parameter name="xpath"
value="/html/body/center/table[1]/tr[1]/td[1]/table[position()=last()]"/>
</map:generate>
<map:transform src="stylesheets/news/news.xsl"/>
<map:serialize type="html"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]