xsl-list
[Top] [All Lists]

[xsl] Docbook profiling function in xslt?

2013-10-20 21:54:33
 
 Before i went and tried to write one, i wanted to ask the list.
 
 Does anyone know if there is an xslt function/fragment already written that 
performs the same function as the DocBook profiling function. (i.e. parse 
throught the source file and send to the output, those elements that have an 
attribute(s) value matching those on a supplied parameter list or those who's 
attribute value is null.
 
 For example if i have the following lines in an xml file:
 
 <para filter="filter1,filter2Line test 1.</para
 <para filter="filter3Line test 2.</para
 <paraLine test 3</para
 
 And i wanted to profile for the filter attribute having a value of "filter2", 
i would expect to get the following output:
 
 
 <para filter="filter1,filter2Line test 1.</para
 <paraLine test 3</para
 
 Does that make sense? I apologize if i'm using the wrong terminology. I 
appreciate anyone's help on this!
 
 Thanks,
 
 Russ


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>