OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: where does my id go?


Bob,
thanks for your help!
here is what WFM when applied to the tdb:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
<xsl:output method="text" indent="no"/>
<xsl:template match="div|obj">
 <xsl:value-of select="@targetptr"/>
 <xsl:text>&#10;</xsl:text>
 <xsl:value-of select="@href"/>
 <xsl:text>&#10;</xsl:text>
 <xsl:apply-templates/>
</xsl:template>
<xsl:template match="ttl|xreftext"/>
<xsl:strip-space elements="*"/>
</xsl:stylesheet>

comments?

thanks again!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.jihadwatch.org/> <http://pmw.org.il/> <http://www.dhimmi.com/>
<http://www.honestreporting.com> <http://www.mideasttruth.com/>
Perl: all stupidities of UNIX in one.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]