Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: using perl for personal web page program

by Django (Pilgrim)
on Sep 25, 2002 at 07:18 UTC ( [id://200574]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: using perl for personal web page program
in thread using perl for personal web page program

Maybe you should think about switching to XML/XSLT. Using XML with a simple DTD instead of HTML documents has the following advantages:

  • You're still able to use a document oriented approach instead of a database
  • Most maintenance issues can be done centrally with the XSLT stylesheets. Even if you have to do some substitutions in the pages themselves, this will be much easier with XML than with HTML source code.
  • Your users could compose their pages easily and absolutely valid with an XML editor like epcEdit or XMLspy.
  • The pages could easily be published for different media - HTML print version, PDF, plain text etc.
The disadvantage would probably be that you have to learn some XML/XSLT basics before you start, but you'll be glad to have that knowledge in the future.

~Django
"Why don't we ever challenge the spherical earth theory?"

  • Comment on Re: Re: Re: using perl for personal web page program

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found