Re: Embedded Perl XML Extensions ...

2000-02-14 Thread Clay
i dont know if this is totally relevant but i have a small sample of a linux box w modperl apache setup and the modules for XML::Parser XML::DOM & XML::XSL to parse the dtd xml and xsl file into a readable html doc and it works! embedperl could be used but thats just another layer right now

Re: Embedded Perl XML Extensions ...

2000-02-14 Thread Leslie Mikesell
According to Joshua Chamas: > > > > Will you be able to emulate the IIS/ASP 'transformNode' > > > > method that renders html from xml and xsl components? > > http://www.sci.kun.nl/sigma/Persoonlijk/egonw/xslt/ > > transformNode & XSLT are not on my short list of TODOs for > Apache::ASP, though

Re: Embedded Perl XML Extensions ...

2000-02-14 Thread Matt Sergeant
On Mon, 14 Feb 2000, Joshua Chamas wrote: > XSLT seems to seriously complicate the XML rendering issue, and > perhaps unnecessarily? Has it occurred to anyone that XSLT is just > another programming language, and one that looks like an HTML doc? There are those who hold that opinion. But becaus

Re: Embedded Perl XML Extensions ...

2000-02-13 Thread Joshua Chamas
Leslie Mikesell wrote: > > According to Gerald Richter: > > > > > > Will you be able to emulate the IIS/ASP 'transformNode' > > > method that renders html from xml and xsl components? > > > > > > > I don't know what transform Node exactly does, but I hope we find a common > > design, which will a

RE: Embedded Perl XML Extensions ...

2000-02-12 Thread Gerald Richter
> > The idea is to apply the stylesheet transformations specified by > an XSL document to everything below a node (possibly the root) > of another XML document. For now it looks like the only XSLT > transformer in perl is at: > http://www.sci.kun.nl/sigma/Persoonlijk/egonw/xslt/ > > There are so

Re: Embedded Perl XML Extensions ...

2000-02-11 Thread Leslie Mikesell
According to Gerald Richter: > > > > Will you be able to emulate the IIS/ASP 'transformNode' > > method that renders html from xml and xsl components? > > > > I don't know what transform Node exactly does, but I hope we find a common > design, which will allow you to easly plug in a module that d

RE: Embedded Perl XML Extensions ...

2000-02-11 Thread Gerald Richter
> > Will you be able to emulate the IIS/ASP 'transformNode' > method that renders html from xml and xsl components? > I don't know what transform Node exactly does, but I hope we find a common design, which will allow you to easly plug in a module that does whatever transformation on the XML (or

Re: Embedded Perl XML Extensions ...

2000-02-11 Thread Leslie Mikesell
According to Joshua Chamas: > I have been thinking about some XML style extensions for > Apache::ASP, and know that you are looking at the same thing > with Embperl, and was hoping that we could sync up on the > APi, so there might be a common mindset for a developer when > using our extensions

RE: Embedded Perl XML Extensions ...

2000-02-10 Thread Gerald Richter
Joshua, > > I have been thinking about some XML style extensions for > Apache::ASP, and know that you are looking at the same thing > with Embperl, and was hoping that we could sync up on the > APi, so there might be a common mindset for a developer when > using our extensions, even if the underl

Embedded Perl XML Extensions ...

2000-02-09 Thread Joshua Chamas
Gerald, I have been thinking about some XML style extensions for Apache::ASP, and know that you are looking at the same thing with Embperl, and was hoping that we could sync up on the APi, so there might be a common mindset for a developer when using our extensions, even if the underlying imple