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: [SPAM] - [docbook-apps] Re: Docbook inlineequation/graphic to html - Bayesian Filter detected spam


> > element. Grepping through the stylesheets
> 
> You can also use
> http://xsldbg.sourceforge.net/
> great tool for debugging XSL stylesheets.
Ok. I will pay attention on it.

> test="../inlineequation"> test, 
> > instead<xsl:when test="parent::inlineequation">. Am I wrong?
> 
> IMHO, XPath expressions "../inlineequation" and 
> "parent::inlineequation" are identical: 
> http://www.w3.org/TR/xpath#path-abbrev
I suppose ".." is identical to "parent::node()" or (because each element
has only one parent) "parent::*"  but "../element" is identical to
"parent::node()/element" or "parent::*/element" (this expresses parent
that contains element) but not to "parent::element" (parent that _is_
element). 
Real tests (xsltproc) is proving that claim.
Am I still wrong?

Dimitry.


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