Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

exsl in libXSLT in Perl 5.8.8 on OSX

by Recker (Initiate)
on Sep 16, 2016 at 13:28 UTC ( [id://1171929]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Perl -v
    
    This is perl, v5.8.8 built for darwin-thread-multi-2level Copyright 19
    +87-2006, Larry Wall....
    
  2. or download this
    uname -a 
    
    Darwin machine-maci 15.3.0 Darwin Kernel Version 15.3.0: Thu Dec 10 18
    +:40:58 PST 2015; root:xnu3248.30.4~1/RELEASE_X86_64 x86_64
    
  3. or download this
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Tr
    +ansform"
    ...
            </exsl:document>
        </xsl:template>
    </xsl:stylesheet>
    
  4. or download this
    <?xml version="1.0"?>
    <?xml-stylesheet type="xsl" href="trans.xsl"?>
    ...
      </Authors>
      <Body>This is my article text.</Body>
    </Article>
    
  5. or download this
    #!/usr/local/bin/perl -w
    
    ...
    my $results  = 
    $stylesheet->transform_file($xmlfile,XML::LibXSLT::xpath_to_string(%{a
    +rgs}));
    0;
    
  6. or download this
    xmlXPathCompOpEval: function year not found
    Unregistered function
    xmlXPathCompiledEval: evaluation failed
    runtime error: file trans.xsl line 24 element value-of
    XPath evaluation returned no result.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1171929]
Approved by marto
Front-paged by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-23 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found