Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: XML-Parser with web application

by dHarry (Abbot)
on Jul 26, 2010 at 14:40 UTC ( [id://851373]=note: print w/replies, xml ) Need Help??


in reply to Re^4: XML-Parser with web application
in thread XML-Parser with web application

Sticking in a use CGI; is not magically going to make it a working webap. You have to write code to make it work. The approach of transforming XML with XSLT to generate a html page is fine. What is missing from your code is the CGI stuff. For example I would expect (at least) something like:

use strict; use warnings; use CGI; $q = CGI->new; print $q->header, $q->start_html('blabla'), $q->end_html;

Where do you create the HTTP header? Where do you tell it to output the html?

Log In?
Username:
Password:

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

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

    No recent polls found