Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Storing Substitution Output String

by rattusillegitimus (Friar)
on Jul 14, 2002 at 19:07 UTC ( [id://181631]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    my $results = $stylesheet->transform($source);
    
    print $stylesheet->output_string($results);
    
  2. or download this
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" versi
    +on="1.0">
      <xsl:template match="/">
    ...
      </li>
      </xsl:template>
    </xsl:stylesheet>
    
  3. or download this
    <?xml version="1.0"?>
    <root><li>AFirst titleC</li><li>ASecond titleC</li></root>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-25 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found