From 0142b6c5ef8d25301f9a83d30243a2427254d973 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 6 Aug 2007 02:31:35 +0000 Subject: [PATCH] Change the schema to allow code. Also have to implement it as copying the node to the output document. There might be a better way but I do not know of it. --- stepmania/Docs/Lua.xsd | 8 ++++++-- stepmania/Docs/Lua.xsl | 8 ++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/stepmania/Docs/Lua.xsd b/stepmania/Docs/Lua.xsd index 70849157b3..bbf483ec4a 100644 --- a/stepmania/Docs/Lua.xsd +++ b/stepmania/Docs/Lua.xsd @@ -66,8 +66,12 @@ - - + + + + + + diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index 3ee4f96e26..931eab380d 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -31,6 +31,9 @@ hr { width: 90% } + code { + font-family: monospace + } .trigger { cursor: pointer } @@ -289,4 +292,9 @@
+ + + + +