Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Just use an XSLT stylesheet

by liz (Monsignor)
on Apr 12, 2004 at 12:38 UTC ( [id://344368]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     XML::LibXSLT->register_function("urn:foo", "bar", sub { scalar localt
    +ime });
    
  2. or download this
    <xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    ...
        The time is: <xsl:value-of select="foo:bar()"/>
      </xsl:template>
      </xsl:stylesheet>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found