Commit Graph

15 Commits

Author SHA1 Message Date
sebd 3ee673c273 preliminary support for SVG (used with XQuery in supplied example) 2005-05-17 15:07:45 +00:00
sebd 6763e08121 Support for DB XML 2 2005-05-09 15:12:23 +00:00
eraviart 2ddd370e5f Once upon a time, a minor god decided to use the term "stylesheet".
Then God (The True and Only God) sayd : "Use XSL".
Later God decided: "Use XSLT".
And now He says "Use SiteXslt".

In God I trust, so I obey.
2004-06-29 20:02:53 +00:00
fpeters e37b2ec757 renamed getStylesheet to getXslt and xslFilePath config option to xsltFilePath
(rationale: """XSL  is a family of recommendations""" while we only use the
"transformation" part)
2004-06-22 18:47:14 +00:00
eraviart 6a24b67957 Removed non Python <module> in general configuration files. Now XML elements
are declared in <element> elements in config files.
2004-06-09 20:21:18 +00:00
eraviart bd3cfa2032 index.xml -> _config.xml
Small bug correction on dbxml.
2004-06-06 07:15:48 +00:00
fpeters 5b23074006 fixed xslt location 2004-05-31 22:27:48 +00:00
fpeters c34da760d7 <port> and <ip> are now children of <virtualHost> (they were attributes).
ip defaults to '' which means to listen on every addresses (so I removed most
ip="*" and didn't replace them with <ip> tags)
2004-05-28 09:11:37 +00:00
sebd 135b856d40 updated the DB XML test suite 2004-05-25 06:56:08 +00:00
eraviart 2dd0cc8c68 Removed use of "system" virtual host. Use aliases instead (See elements
<item ...> in config.xml).
2004-05-21 15:02:38 +00:00
sebd 45d2211eb7 updated, as an attempt to make the dbxmltest vhost work 2004-05-19 09:31:26 +00:00
eraviart c13fde58ed Updated titles of virtual hosts. 2004-04-27 15:09:19 +00:00
eraviart fd81b5f222 Removed attributes schema & descriptions, which were no more necessary. 2004-04-11 13:38:09 +00:00
eraviart 087456797e Created class ElementFeature to store all informations about anx XML element
(namespace URI, name, schema, description, Python class, holder Python class).

This simplifies everything and it is no more necessary to store the
attributes "schema" and "description" in XML elements.
2004-04-11 12:51:20 +00:00
sebd c10c7426fd Test suite for the DB XML module, which does not pass it yet. 2004-04-08 08:07:16 +00:00