X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/3cf024ba39dd17687e1b66e4aeb2f140342b1993..55fc968f72857e25fcafe6088c873f5032555c79:/README.markdown diff --git a/README.markdown b/README.markdown index 681e8c4..5b5b84c 100644 --- a/README.markdown +++ b/README.markdown @@ -277,13 +277,10 @@ Transforms are used to convert X·M·L files into their final output, ⛩️📰 书社 comes with some transforms; namely :⁠— - **`transforms/asset.xslt`:** - Converts `` elements into corresponding - `` elements and - `` elements into corresponding - `` elements. - This transform enables embedding of `text/css` and `text/javascript` - files, which ordinarily are considered assets (as they lack - associated parsers). + Converts `` elements which correspond to recognized + media types into the appropriate H·T·M·L elements, and deletes + `` elements from the body of the document and moves + them to the head. - **`transforms/metadata.xslt`:** Provides basic `` metadata. @@ -319,6 +316,14 @@ After performing the initial transform, ⛩️📰 书社 will match the root node of the result in the following modes to fill in areas of the wrapper :⁠— +- **`书社:header`:** + The result of matching in this mode is prepended into the + `` of the output (before the transformation result). + +- **`书社:footer`:** + The result of matching in this mode is appended into the + `` of the output (after the transformation result). + - **`书社:metadata`:** The result of matching in this mode is inserted into the `` of the output.