{"id":8408,"date":"2011-12-27T08:30:55","date_gmt":"2011-12-26T23:30:55","guid":{"rendered":"http:\/\/www.sssg.org\/blogs\/hiro345\/?p=8408"},"modified":"2011-12-27T09:19:14","modified_gmt":"2011-12-27T00:19:14","slug":"xhtml%e3%81%a8%e5%a6%a5%e5%bd%93%e6%80%a7%e6%a4%9c%e8%a8%bc","status":"publish","type":"post","link":"https:\/\/www.hiro345.net\/blogs\/hiro345\/archives\/8408.html","title":{"rendered":"XHTML\u3068\u59a5\u5f53\u6027\u691c\u8a3c"},"content":{"rendered":"<p>XHTML\u306e\u59a5\u5f53\u6027\u691c\u8a3c\u3092\u3057\u305f\u3044\u3068\u304d\u304c\u3042\u308a\u307e\u3059\u3002<br \/>\n<!--more--><\/p>\n<div class=\"code\" style=\"overflow: scroll; width: 490px; white-space: nowrap;background-color:black;color:white;\">\n&lt;?xml&nbsp;version=&quot;1.0&quot;&nbsp;encoding=&quot;UTF-8&quot;?&gt;<br \/>\n&lt;&#x21;DOCTYPE&nbsp;html&nbsp;PUBLIC&nbsp;&quot;-&#x2f;&#x2f;W3C&#x2f;&#x2f;DTD&nbsp;XHTML&nbsp;1.0&nbsp;Strict&#x2f;&#x2f;EN&quot;&nbsp;&quot;http&#x3a;&#x2f;&#x2f;www.w3.org&#x2f;TR&#x2f;xhtml1&#x2f;DTD&#x2f;xhtml1-strict.dtd&quot;&gt;<br \/>\n&lt;html&nbsp;xmlns=&quot;http&#x3a;&#x2f;&#x2f;www.w3.org&#x2f;1999&#x2f;xhtml&quot;&nbsp;xml&#x3a;lang=&quot;ja&quot;&nbsp;lang=&quot;ja&quot;&gt;<br \/>\n&lt;head&gt;<br \/>\n&lt;meta&nbsp;http-equiv=&quot;Content-Type&quot;&nbsp;content=&quot;text&#x2f;html&#x3b;&nbsp;charset=UTF-8&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;meta&nbsp;http-equiv=&quot;Content-Language&quot;&nbsp;content=&quot;ja&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;meta&nbsp;http-equiv=&quot;Content-Style-Type&quot;&nbsp;content=&quot;text&#x2f;css&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;meta&nbsp;http-equiv=&quot;Content-Script-Type&quot;&nbsp;content=&quot;text&#x2f;javascript&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;title&gt;\u30bf\u30a4\u30c8\u30eb&lt;&#x2f;title&gt;<br \/>\n&lt;meta&nbsp;name=&quot;description&quot;&nbsp;content=&quot;\u8aac\u660e&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;meta&nbsp;name=&quot;keywords&quot;&nbsp;content=&quot;\u8aac\u660e&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;meta&nbsp;name=&quot;author&quot;&nbsp;content=&quot;\u540d\u524d&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;meta&nbsp;name=&quot;copyright&quot;&nbsp;content=&quot;\u30b3\u30d4\u30fc\u30e9\u30a4\u30c8&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;link&nbsp;rel=&quot;stylesheet&quot;&nbsp;type=&quot;text&#x2f;css&quot;&nbsp;media=&quot;screen,&nbsp;projection,&nbsp;tv&quot;&nbsp;href=&quot;hogehoge&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;link&nbsp;rel=&quot;stylesheet&quot;&nbsp;type=&quot;text&#x2f;css&quot;&nbsp;media=&quot;print&quot;&nbsp;href=&quot;hogehoge&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;link&nbsp;rel=&quot;alternate&nbsp;stylesheet&quot;&nbsp;type=&quot;text&#x2f;css&quot;&nbsp;media=&quot;screen,&nbsp;projection,&nbsp;tv&quot;&nbsp;href=&quot;hogehoge&quot;&nbsp;title=&quot;hogehoge&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;script&nbsp;type=&quot;text&#x2f;jacascript&quot;&nbsp;src=&quot;hogehoge&quot;&gt;&lt;&#x2f;script&gt;<br \/>\n&lt;link&nbsp;rel=&quot;shortcut&nbsp;Icon&quot;&nbsp;href=&quot;favicon.ico&quot;&nbsp;type=&quot;image&#x2f;vnd.microsoft.icon&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;link&nbsp;rel=&quot;contens&quot;&nbsp;href=&quot;&#x2f;&quot;&nbsp;title=&quot;\u76ee\u6b21&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;link&nbsp;rel=&quot;help&quot;&nbsp;href=&quot;&#x2f;about&#x2f;&quot;&nbsp;title=&quot;\u30d8\u30eb\u30d7&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;link&nbsp;rel=&quot;index&quot;&nbsp;href=&quot;&#x2f;sitemap&quot;&nbsp;title=&quot;\u30b5\u30a4\u30c8\u30de\u30c3\u30d7&quot;&nbsp;&#x2f;&gt;<br \/>\n&lt;&#x2f;head&gt;<br \/>\n&lt;body&gt;<br \/>\n&lt;&#x2f;body&gt;<br \/>\n&lt;&#x2f;html&gt;\n<\/div>\n<p>\u3053\u3046\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b\u3068\u304d\u306b\u3001\u59a5\u5f53\u6027\u691c\u8a3c\u3092Java\u3067\u3059\u308b\u306b\u306f\u3001JAXP\u306a\u308a\u3001Xerces\u3092\u4f7f\u3048\u3070\u3001\u3059\u3050\u306b\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: java; gutter: true\">\r\npackage org.sssg.soft.sample.jaxp;\r\n\r\nimport java.io.File;\r\n\r\nimport javax.xml.parsers.DocumentBuilder;\r\nimport javax.xml.parsers.DocumentBuilderFactory;\r\n\r\nimport org.w3c.dom.Document;\r\nimport org.xml.sax.ErrorHandler;\r\nimport org.xml.sax.SAXParseException;\r\n\r\npublic class CheckXml {\r\n  public void run(File file) {\r\n    try {\r\n      DocumentBuilderFactory factory = DocumentBuilderFactory\r\n          .newInstance();\r\n      factory.setValidating(true);\r\n      factory.setNamespaceAware(true);\r\n      factory.setAttribute(\r\n          &quot;http:\/\/apache.org\/xml\/features\/validation\/schema&quot;, true);\r\n      DocumentBuilder builder = factory.newDocumentBuilder();\r\n      builder.setErrorHandler(new ErrorHandler() {\r\n        public void warning(SAXParseException e) {\r\n          System.out.println(&quot;warning: &quot; + e.getLineNumber());\r\n          System.out.println(e.getMessage());\r\n        }\r\n\r\n        public void error(SAXParseException e) {\r\n          System.out.println(&quot;error: &quot; + e.getLineNumber());\r\n          System.out.println(e.getMessage());\r\n        }\r\n\r\n        public void fatalError(SAXParseException e) {\r\n          System.out.println(&quot;fatalError: &quot; + e.getLineNumber());\r\n          System.out.println(e.getMessage());\r\n        }\r\n      });\r\n      Document doc = builder.parse(file);\r\n      doc.getClass();\r\n    } catch (Exception e) {\r\n      e.printStackTrace();\r\n    }\r\n  }\r\n\r\n  public static void main(String[] args) {\r\n    CheckXml app = new CheckXml();\r\n    app.run(new File(args[0]));\r\n  }\r\n}\r\n<\/pre>\n<p>\u6b21\u306e\u3088\u3046\u306a\u30c7\u30fc\u30bf\u3067\u306f\u3001TITLE\u304cxhtml\u306e\u8981\u7d20\u3068\u3057\u3066\u9069\u5207\u3067\u306f\u306a\u3044\u306e\u3067\u3001\u30a8\u30e9\u30fc\u304c\u3067\u307e\u3059\u3002\uff08\u304b\u306a\u308a\u5b9f\u884c\u306b\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059\u304c&#8230;\u3002XML Scheme\u306a\u3069\u3067\u30c7\u30fc\u30bf\u5b9a\u7fa9\u3092\u3057\u3066\u3001\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30af\u30e9\u30b9\u30d1\u30b9\u3067\u307f\u3048\u308b\u3068\u3053\u308d\u306b\u304a\u3051\u3070\u3001\u5b9f\u884c\u306b\u306f\u305d\u308c\u307b\u3069\u6642\u9593\u304c\u304b\u304b\u3089\u306a\u3044\u306f\u305a\u3067\u3059\u3002\uff09<\/p>\n<pre class=\"brush: xhtml; gutter: true\">\r\n&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\r\n&lt;!DOCTYPE html PUBLIC &quot;-\/\/W3C\/\/DTD XHTML 1.0 Strict\/\/EN&quot; &quot;http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-strict.dtd&quot;&gt;\r\n&lt;html xmlns=&quot;http:\/\/www.w3.org\/1999\/xhtml&quot; xml:lang=&quot;ja&quot; lang=&quot;ja&quot;&gt;\r\n&lt;head&gt;\r\n&lt;TITLE&gt;\u30bf\u30a4\u30c8\u30eb&lt;\/TITLE&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt; \r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>XHTML\u306e\u59a5\u5f53\u6027\u691c\u8a3c\u3092\u3057\u305f\u3044\u3068\u304d\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[1207,622,623,447],"class_list":["post-8408","post","type-post","status-publish","format-standard","hentry","category-java","tag-java","tag-jaxp","tag-xerces","tag-xhtml"],"_links":{"self":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts\/8408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/comments?post=8408"}],"version-history":[{"count":11,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts\/8408\/revisions"}],"predecessor-version":[{"id":8469,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts\/8408\/revisions\/8469"}],"wp:attachment":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/media?parent=8408"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/categories?post=8408"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/tags?post=8408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}