Re: Apache XML Content Production Name Space

2005-07-11 Thread Stas Bekman
> Two parts to the question: > > * Apache or Apache2 ? - they only work with Apache2 (I think) Nowadays everyone seems to use Apache2:: for Apache2 tools. > * They generate content in the form of XML Does it make any difference to the user what generator does it use? May be the app should come

Re: Apache XML Content Production Name Space

2005-07-08 Thread Scott Penrose
* What should be the name space for these Apache2 content generators (an example of one is one that I have to generate vCal/ ics files to XML form for processing). I meant to clarify this question. I have two parts for this: * Should it be Apache:: or Apache2:: * I can't figure out where it

Apache XML Content Production Name Space

2005-07-08 Thread Scott Penrose
Hey Dudes I was using AxKit on Apache1 and I am now using Apache2 mod_perl2 and mod-xsl2. Although I am helping look at AxKit for mod_perl2, I am mostly concentrating on generating XML content from mod_perl2. So... I have the following scenario. * Apache2 provider to generate some XML * mo