[
Lists Home |
Date Index |
Thread Index
]
- From: Paul Tchistopolskii <paul@qub.com>
- To: "'xml-dev'" <xml-dev@xml.org>
- Date: Wed, 08 Mar 2000 02:55:46 -0800
The complete source code of PXSLServlet v 0.3 +
sample weblication ( P-track ) could be
dowloaded from http://www.pault.com/Pxsl/
P-track is a simple web-board written in
XSLT, JavaScript, SQL and PXSLServlet.
It is work in progress. There was some early
attempt to introduce 'abstract' dataflows... The idea is
that every 'point' of the application could have one
XML 'source' and one processing stylesheet.
S2X templates are responsible for XML sources
( taking some data from the SQL tables, some from
environment e t.c.) XSL is responsible for processing.
The 'pure' XML way... get dataflow in S2X file
and only there, get processing in XSL file and
only there.
Unfortunately, that is not yet finished ( have to support
servlet sessions) , so some parts are more messy
than they could be.
Rgds.Paul.
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|