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.