bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

Document oyster directives in XSLT compiler #45

Open einkoro opened 11 years ago

einkoro commented 11 years ago

Previously directives were #!OYSTER <XSLT_INCLUDE|MODULE_INCLUDE|IF_SERVER_SIDE|IF_CLIENT_SIDE> ... but this was replaced a long time ago with XML: {{{ oyster:if_client_side.../oyster:if_client_side oyster:if_server_side.../oyster:if_server_side

(path prefix: site/modules/...) (path prefix: site/modules/...)

(path prefix: shared/modules/...) (path prefix: shared/modules/...)

( ? )

(for server-side source.xsl only) (for source.xsl only) }}} These are all in lib/style.pm (sub _compile_style).