From cb06b88d8020dca9051070f9c772f2da224d314c Mon Sep 17 00:00:00 2001 From: rkv Date: Tue, 23 Oct 2012 05:49:15 +0000 Subject: [PATCH] DTD for struts is added. --- .../3dparty_src/struts/schema/struts-2.0.dtd | 140 ++++++++++++++++ .../struts/schema/struts-2.1.7.dtd | 149 +++++++++++++++++ .../3dparty_src/struts/schema/struts-2.1.dtd | 146 +++++++++++++++++ .../3dparty_src/struts/schema/struts-2.3.dtd | 152 ++++++++++++++++++ 4 files changed, 587 insertions(+) create mode 100644 Workspace/3dparty_src/struts/schema/struts-2.0.dtd create mode 100644 Workspace/3dparty_src/struts/schema/struts-2.1.7.dtd create mode 100644 Workspace/3dparty_src/struts/schema/struts-2.1.dtd create mode 100644 Workspace/3dparty_src/struts/schema/struts-2.3.dtd diff --git a/Workspace/3dparty_src/struts/schema/struts-2.0.dtd b/Workspace/3dparty_src/struts/schema/struts-2.0.dtd new file mode 100644 index 0000000..7400cc6 --- /dev/null +++ b/Workspace/3dparty_src/struts/schema/struts-2.0.dtd @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/struts/schema/struts-2.1.7.dtd b/Workspace/3dparty_src/struts/schema/struts-2.1.7.dtd new file mode 100644 index 0000000..8c054b6 --- /dev/null +++ b/Workspace/3dparty_src/struts/schema/struts-2.1.7.dtd @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/struts/schema/struts-2.1.dtd b/Workspace/3dparty_src/struts/schema/struts-2.1.dtd new file mode 100644 index 0000000..0f6d475 --- /dev/null +++ b/Workspace/3dparty_src/struts/schema/struts-2.1.dtd @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/3dparty_src/struts/schema/struts-2.3.dtd b/Workspace/3dparty_src/struts/schema/struts-2.3.dtd new file mode 100644 index 0000000..84287d1 --- /dev/null +++ b/Workspace/3dparty_src/struts/schema/struts-2.3.dtd @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2