<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" "http://struts.apache.org/dtds/struts-2.1.dtd">
<struts>
<constant name="struts.devMode" value="true" />
<package name="default" namespace="/" extends="struts-default">

<action name="hello">
<result>/helloword.jsp</result>>
</action>>
</package>
</struts>    总提示出错
The content of element type "package" must match "(result-
 types?,interceptors?,default-interceptor-ref?,default-
 action-ref?,default-class-ref?,global-results?,global-
 exception-mappings?,action*)".