Here's a simpler version of the local Seattle news, using the DOM
Inspector...
<transform pattern=".*">
<xsl>
<stylesheet><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="jpluck.xsl" />
<xsl:template match="/">
<html>
<head>
</head>
<body>
<xsl:copy-of select="//[EMAIL PROTECTED]'body']"/>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
]]></stylesheet>
</xsl>
</transform>
This is straightforward enough to need little explanation -- The page body
is found in a td element with class="body", so the script limits Plucker to
just that section.
9:) Lindsey
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list