Skip to content

Commit

Permalink
sorted out mlformed xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kim committed Jul 24, 2009
1 parent 40621d3 commit bb23b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amee/amee.data.item.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key id="username" type="xs:string" paramType="variable" required="true"/> <key id="username" type="xs:string" paramType="variable" required="true"/>
<key id="password" type="xs:string" paramType="variable" required="true"/> <key id="password" type="xs:string" paramType="variable" required="true"/>
<key id="category" type="xs:string" paramType="variable" required="true"/> <key id="category" type="xs:string" paramType="variable" required="true"/>
<key id="itemuid" type="xs:string" paramType="variable" required="true/>" <key id="itemuid" type="xs:string" paramType="variable" required="true"/>
</inputs> </inputs>
<execute><![CDATA[ <execute><![CDATA[
y.include("http://www.javarants.com/yss/base64.js"); y.include("http://www.javarants.com/yss/base64.js");
Expand Down
4 changes: 2 additions & 2 deletions amee/amee.data.itemvalue.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<key id="username" type="xs:string" paramType="variable" required="true"/> <key id="username" type="xs:string" paramType="variable" required="true"/>
<key id="password" type="xs:string" paramType="variable" required="true"/> <key id="password" type="xs:string" paramType="variable" required="true"/>
<key id="category" type="xs:string" paramType="variable" required="true"/> <key id="category" type="xs:string" paramType="variable" required="true"/>
<key id="itemuid" type="xs:string" paramType="variable" required="true/>" <key id="itemuid" type="xs:string" paramType="variable" required="true"/>
<key id="itemvaluepath" type="xs:string" paramType="variable" required="true/>" <key id="itemvaluepath" type="xs:string" paramType="variable" required="true"/>
</inputs> </inputs>
<execute><![CDATA[ <execute><![CDATA[
y.include("http://www.javarants.com/yss/base64.js"); y.include("http://www.javarants.com/yss/base64.js");
Expand Down

0 comments on commit bb23b52

Please sign in to comment.