]> Lady’s Gitweb - Shushe/blob - parsers/plain.xslt
Fix/improve restarts by just waiting a sec
[Shushe] / parsers / plain.xslt
1 <?xml version="1.0"?>
2 <!--
3 ⁌ ⛩️📰 书社 ∷ parsers/plain.xslt
4
5 © 2023 Lady [@ Lady’s Computer]
6
7 This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
8 If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
9 -->
10 <transform
11 xmlns="http://www.w3.org/1999/XSL/Transform"
12 xmlns:html="http://www.w3.org/1999/xhtml"
13 version="1.0"
14 >
15 <template match="html:script[@type='text/plain']">
16 <html:pre><value-of select="."/></html:pre>
17 </template>
18 </transform>
This page took 0.052227 seconds and 5 git commands to generate.