in reply to Re: What's Your Mental Image of XSLT?
in thread What's Your Mental Image of XSLT?
I'm not sure I quite understand yours, pg. It's the kind of abstract stuff that makes my head hurt.
Does anyone have a mental mapping that they use with Perl/SQL code, (he said, widening the discussion a little)?
Do you for instance think of
as<xsl:apply-templates select="item">
andSELECT * FROM xml_document WHERE element_name = 'item'
as<xsl:template match="item"> <p> <xsl:value-of select="." /> </p> </xsl:template>
that kind of thing?while(fetchrow-hashref){ print '<p>' . $value . '<p>'; }
($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss') =~y~b-v~a-z~s; print
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: What's Your Mental Image of XSLT?
by pg (Canon) on Oct 11, 2003 at 05:34 UTC |