Re: DOCTYPE: questions + repeated manually

2002-01-31 Thread Marc-Olivier Bernard
Hi, Where did you find the example you are speaking from (if not virtual) ? On Wed, 30 Jan 2002, Terrence Brannon wrote: > I am teaching myself AxKit by working my way through everything > from index.xml all the way through the whole site. Then later I > can get to session tags libs, etc. >

Re: DOCTYPE: questions + repeated manually

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Marc-Olivier Bernard wrote: > > Hi, > > Where did you find the example you are speaking from (if not virtual) ? It's in the AxKit distro, or just use the axkit.org site: http://axkit.org/?passthru=1 -- <:->Get a smart net

weaving websites with AxKit: suggestions for improving the building of AxKit.org

2002-01-31 Thread Terrence Brannon
I spent yesterday just getting a feel for the general flow of axkit.org. My notes are below. Now for my feelings about the overall design of www.axkit.org: 1 - there are certain pages in axkit.org which should be raw completely anonymous XML. These files are: index.xml, faq.xml, featu

Re: automatic pagination

2002-01-31 Thread Matt Sergeant
On Wed, 30 Jan 2002, Terrence Brannon wrote: > I was reading an HTML article online: > > http://www.trager.com/articles/Cavanaugh1.htm > > and I got to thinking about how I might do this in AxKit (just > like when I listen to the radio, I wonder how I might play that > on guitar). > > What

Re: weaving websites with AxKit: suggestions for improving thebuilding of AxKit.org

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Terrence Brannon wrote: > > AddAxStylesheet "default" "/stylesheets/webpage_html.xps" > AddAxStylesheet "alternate" "/stylesheets/webpage_html.xps" > AxAddViewDependencies "/sidebar.xml" "/news.xml" > This is all covered in perldoc AxKit. -- <:->Get a sma

Path submission

2002-01-31 Thread Yanick
On Thu, Jan 31, 2002 at 12:02:52PM +, Matt Sergeant wrote: > It is considered *really* poor form to post a bug report against AxKit > simply because nobody answered your question. Probably a dumb question, but do patches should be sent directly to you or piped through rt.cpan.org too?

Re: automatic pagination

2002-01-31 Thread Kip Hampton
Terrence Brannon wrote: > What if a website had a "mywebsite" section where each user could > set the height of their screen? How might we take an XML version > (say, docbook) version of an article and paginate it so each part > would fit on their screen and hitting next would move into the >

Re: Path submission

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Yanick wrote: > On Thu, Jan 31, 2002 at 12:02:52PM +, Matt Sergeant wrote: > > It is considered *really* poor form to post a bug report against AxKit > > simply because nobody answered your question. > > Probably a dumb question, but do patches should be sent direct

Re: tangram under mod_perl

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Robin Berjon wrote: > On Thursday 31 January 2002 04:36, [EMAIL PROTECTED] wrote: > > What do I need to do so that Tangram will work with mod_perl. > > My understanding is that modules need to save their global > > state (like tangram cache and stuff) in some shared memory s

Re: mod_perl instances and AxKit

2002-01-31 Thread Robin Berjon
On Thursday 31 January 2002 05:36, [EMAIL PROTECTED] wrote: > My problem involves memory management between mod_perl processes. > I am running AxKit 1.5, with PerForm and the *new* session taglib. > I am using the Tangram framework for OO<->rdbms interface. This library > keeps cached versions of

success report on tangram and axkit

2002-01-31 Thread borisk
Hi, Thank you for all your replies. I was able to "solve" the problem by calling $storage->unload(); inside xsp:logic logic, just after the openning of the root content tag. That is, every time the XSP page is requested, tangram cache is flushed. Boris --

Site list

2002-01-31 Thread Pavel Penchev
Hi, I like AxKit a lot and I want to implement it as a basis of the development in my company. I'll do it anyway but could you send me a list of sites that are using AxKit - I hope this will make a difference when I go to my boss :) All the best, Pavel

getting axkit

2002-01-31 Thread Gregor
Hi everybody, just a short Newbie-Question, sorry... To get axkit running, all i need is the latest version (axkit 1.5 from 31.12.01) ? I´m asking because there are a lot of other files in the directory. Are those add-ons, plug-ins and would you recommend downloading them when all i want to do f

Re: Site list

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Pavel Penchev wrote: > Hi, > > I like AxKit a lot and I want to implement it as a > basis of the development in my company. I'll do it > anyway but could you send me a list of sites that are > using AxKit - I hope this will make a difference when > I go to my boss :) Actuall

Re: getting axkit

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Gregor wrote: > Hi everybody, > > just a short Newbie-Question, sorry... > To get axkit running, all i need is the latest version (axkit 1.5 from > 31.12.01) ? The best way to do it is: 1. Get Apache and mod_perl running. There's a good recipe for doing that in a stable man

printer-friendly and raw XML versions of Xpathscript guide not in distro

2002-01-31 Thread Terrence Brannon
http://www.axkit.org/docs/xpathscript/guide.dkb?style=print serves up a printer-friendly version of the document. However, copying axkit.org from my 1.5 distro to my document root and requesting the same thing only leads to the screen version even though the requested URL has the appropriate h

Re: Mixing different XSP Taglibs

2002-01-31 Thread Tod Harter
Cool. We did find a few ways around some of the limitations in TaglibHelper as well, but your right, in general it is only good for fairly simple cases, more complex taglibs need something like what you're describing (which seems fairly close to the raw XSP interface). After looking at some ot

Re: getting axkit

2002-01-31 Thread Terrence Brannon
On Thursday, January 31, 2002, at 05:21 PM, Matt Sergeant wrote: > On Thu, 31 Jan 2002, Gregor wrote: > >> Hi everybody, >> >> just a short Newbie-Question, sorry... >> To get axkit running, all i need is the latest version (axkit 1.5 from >> 31.12.01) ? > > The best way to do it is: > > 1. Get

Re: [SemiOT] Re: DOCTYPE: questions + repeated manually

2002-01-31 Thread Tod Harter
On Wednesday 30 January 2002 17:12, Robin Berjon wrote: > Dearest Tod, > > On Wednesday 30 January 2002 22:58, Tod Harter wrote: > > > You could put them in a dtd file and have DOCTYPE include that file. I > > > wouldn't do that personally because I hate Doctype declarations and the > > > such, as

Re: getting axkit

2002-01-31 Thread Gregor
Thanks a lot, guys! Actually i´m on Win2K, using Apache and Active Perl. If that should matter. As a newbie to Perl and Apache, i think i will cost me some time to set it up, but hey, i also got cocoon2 running without any knowledge of Java or Tomcat ;-) Best regards Gregor - Original Message

Re: mod_perl instances and AxKit

2002-01-31 Thread Tod Harter
Apache::Session and shared memory is probably what you want. Other options with Apache::Session might work as well. I've had very good luck using a MySQL server as the repository for session state info and setting up a HASH type table (which lives in memory, thus is very fast). However that met

Re: Mixing different XSP Taglibs

2002-01-31 Thread Steve Willer
From: "Tod Harter" <[EMAIL PROTECTED]> > Cool. We did find a few ways around some of the limitations in TaglibHelper > as well, but your right, in general it is only good for fairly simple cases, > more complex taglibs need something like what you're describing (which seems > fairly close to the

mod_perl on win2k

2002-01-31 Thread Gregor
Hello again, after checking the mod_perl section at apache.org i´m not sure what to do. There I can only find little Win32 documentation and all it says it how to add mod_perl as DSO. I have been told to not use mod_perl as DSO when using Axkit, so i´m quite confused. Anybody out there who uses W

searchable axkit list

2002-01-31 Thread Matthew Smith
http://maclux-rz.uibk.ac.at/~maillists/axkit-users/ it lags behind by about half a day but is quite useful for checking if a question you have is an oldy. matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: searchable axkit list

2002-01-31 Thread Matt Sergeant
On Fri, 1 Feb 2002, Matthew Smith wrote: > http://maclux-rz.uibk.ac.at/~maillists/axkit-users/ > > it lags behind by about half a day but is quite useful for checking if a > question you have is an oldy. I keep meaning to add this to the site, but the list has been available for a while on mail-

Re: printer-friendly and raw XML versions of Xpathscript guide notin distro

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Terrence Brannon wrote: > http://www.axkit.org/docs/xpathscript/guide.dkb?style=print > > serves up a printer-friendly version of the document. > > However, copying axkit.org from my 1.5 distro to my document root > and requesting the same thing only leads to the screen versi

Re: Mixing different XSP Taglibs

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Tod Harter wrote: > Cool. We did find a few ways around some of the limitations in TaglibHelper > as well, but your right, in general it is only good for fairly simple cases, > more complex taglibs need something like what you're describing (which seems > fairly close to the

Re: getting axkit

2002-01-31 Thread Matt Sergeant
On Fri, 1 Feb 2002, Gregor wrote: > Thanks a lot, guys! > Actually i´m on Win2K, using Apache and Active Perl. If that should matter. > As a newbie to Perl and Apache, i think i will cost me some time to set it > up, but hey, i also got cocoon2 running without any knowledge of Java or > Tomcat ;-

Re: mod_perl instances and AxKit

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Tod Harter wrote: > Apache::Session and shared memory is probably what you want. Other options > with Apache::Session might work as well. I've had very good luck using a > MySQL server as the repository for session state info and setting up a HASH > type table (which lives in

Re: mod_perl on win2k

2002-01-31 Thread Matt Sergeant
On Fri, 1 Feb 2002, Gregor wrote: > Hello again, > > after checking the mod_perl section at apache.org i´m not sure what to do. > There I can only find little Win32 documentation and all it says it how to > add mod_perl as DSO. > I have been told to not use mod_perl as DSO when using Axkit, so i´