[thelist] XSLT XML output to XML

Jon Molesa rjmolesa at consoltec.net
Mon Apr 16 14:50:06 CDT 2007


BTW, I was able to get what I needed from the XSL you provided.  When
the stress of TAX season is over I'm going to study why this did what it
did.  I really appreciate you're help and knowledge.  My guess is that
it's a combination of XPath and Regex.  But in any case, thank you so
much.

* David Johansson <thelist at dlade.net> wrote:

> Jon Molesa wrote:
> > David,
> > 	Much appreciated.  I'm reading through all the suggestions.  I
> > posted over on comp.xml as well.  Anyway, I'll be trying all these
> > shortly.  I may have not been clear though.  I'm only wanting to ignore
> > those transactions that have <slot:key>gncInvoice</slot:key>, not all
> > transaction with a slot:key.
> 
> Ah, sorry, I didn't get that. In that case, update the match to 
> something like this:
> <xsl:template match="gnc:transaction[.//slot:key[normalize-space(.) = 
> 'gncInvoice']]"></xsl:template>
> 
> /David
> 
> -- 
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester 
> and archives of thelist go to: http://lists.evolt.org 
> Workers of the Web, evolt ! 

-- 
Jon Molesa
rjmolesa at consoltec.net
if you're bored or curious
http://rjmolesa.com



More information about the thelist mailing list