Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Best way to update and integrate remote files

by bronto (Priest)
on Jan 24, 2003 at 09:18 UTC ( [id://229567]=note: print w/replies, xml ) Need Help??


in reply to Best way to update and integrate remote files

Maybe you could take into consideration XML: you could write your site's contents in XML and having them transformed in two different HTML versions on the two servers. In fact, since what changes is not the content but just the header and footer, you could even use the same identical XML document on the two servers, and having it transformed in different ways by different stylesheets

A Perlish way to do this is AxKit. You can use standard XSLT stylesheets or a XPathScript one (XPathScript is a a stylesheet language that uses Perl). Take a look!

Ciao!
--bronto

# Another Perl edition of a song:
# The End, by The Beatles
END {
  $you->take($love) eq $you->make($love) ;
}

  • Comment on Re: Best way to update and integrate remote files

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-16 08:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found