Skip to content

Commit 20df657

Browse files
Added the Xml/SPDefinition.xml.
1 parent 1ead1e8 commit 20df657

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!DOCTYPE SPD[
3+
<!ELEMENT SPD (SharedProp*)>
4+
<!ELEMENT SharedProp EMPTY>
5+
<!ATTLIST SharedProp
6+
key ID #REQUIRED
7+
value CDATA #REQUIRED>
8+
]>
9+
<!-- key(id)の先頭には、数字を使用できない。 -->
10+
<SPD>
11+
<SharedProp key="ConnectionString1" value="てすと1"/>
12+
<SharedProp key="ConnectionString2" value="てすと2"/>
13+
<SharedProp key="HostName1" value="てすと3"/>
14+
<SharedProp key="HostName2" value="てすと4"/>
15+
</SPD>

0 commit comments

Comments
 (0)