Ask a Question related to PERL Miscellaneous, Design and Development.
-
DeeKnow #1
XML/XSLT module usage in web apps
Hi folks,
I'm working on a team developing a Perl based web interface to a corporate
back-end that is exposed through a 'web-services-like' interface, ie we send
the back-end an XML formatted request (method name/paramaters etc)
and it produces an XML payload.
We're considering parsing the payload response into an XML/DOM tree,
inspecting it and modifying it (an element here, an attribute there) and
finally
pushing the result through an XSLT transform to produce the final web
output.
We have a prototype up and running using XML::LibXML and
XML::LibXSLT and had previously prototyped it using XML::DOM and
XML::Sablotron. Although we havent properly compared them yet it seems
(from notes/posts) that the XML::LibXSLT/libxslt approach may perform
better than the XML::Sabloton/Expat pairing.
Does anyone see any issues we might have with this handling of application
data entirtely in an XML tree from back-end to final rendering, rather than
application specific variable/data structures. This is a corporate
application
that will ultimately have many (~dozens-to-hundreds) concurrent users.
Would love to hear others experiences, and use of alternatives (AxKit,
other Libraries/platforms etc.)
--
cheers,
Dean Stringer
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
deeknow at pobox dot com [url]http://www.deeknow.com/[/url]
DeeKnow Guest
-
Perl module disk usage, for embedded system.
Hey, We're concidering including perl in an embedded system. Disk and RAM usage are parameter that should be minimized. We have already some... -
Call windows apps from web apps
I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this? -
rebuild php-4.2.2-17.2 with "--with-xml --enable-xslt --with xslt-sablot" on RedHat 9.0
Hi, I have RedHat 9.0 and installed by default Apache+PHP. By default XSLT Sablotron support is not enabled, so how can I rebuild PHP with xslt... -
XML::XSLT Module without LWP
I'm trying to use the XML::XSLT to do a transformation on an XML using XSLT file, both of which are on my server. XML::XSLT uses LWP as far as I... -
Web enabled apps/Thin client apps
I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or...



Reply With Quote

