Skip to content

Commit d60a8bb

Browse files
committed
add doctype to theme demo
1 parent a7cc4a0 commit d60a8bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sample/theme-demo.xsl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE example [
3+
<!ENTITY company "Microsoft">
4+
]>
5+
16
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
27
version="3.0"
38
expand-text="yes">

0 commit comments

Comments
 (0)