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

Re^2: Missing values in XML::Twig Output

by TJRandall (Sexton)
on May 03, 2011 at 15:21 UTC ( [id://902733]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            <welcome-file>default.jsp</welcome-file>
        </welcome-file-list>
    </web-app>
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/n
    +s/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch
    +emaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/
    +ns/j2ee/web-app_2_4.xsd">
    ...
            <welcome-file>default.jsp</welcome-file>
        </welcome-file-list>
    </web-app>
    

Log In?
Username:
Password:

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

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

    No recent polls found