Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: What's Your Mental Image of XSLT?

by Cody Pendant (Prior)
on Oct 11, 2003 at 05:15 UTC ( [id://298484]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    <xsl:apply-templates select="item">
    
  2. or download this
    
    SELECT * FROM xml_document WHERE element_name = 'item'
    
  3. or download this
    <xsl:template match="item">
    <p>
        <xsl:value-of select="." />
    </p>
    </xsl:template>
    
  4. or download this
    while(fetchrow-hashref){
      print '<p>' . $value . '<p>';
    }
    
  5. or download this
    ($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
     =~y~b-v~a-z~s;                             print
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298484]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 03:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found