Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
System
>
Seasar
>
Ticket List/Search
>
Ticket #7656
Seasar
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Mailing Lists
list of ML
News
Ticket #7656
Ticket List
Submit New Ticket
RSS
components21.dtd が古い
Open Date:
2005-12-01 02:03
Last Update:
2005-12-01 02:04
monitor
ON
OFF
Reporter:
koichik
Owner:
(None)
Type:
Kijimunaバグ&要望
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
Kijimuna が使用している components21.dtd が古いようです.
http://www.seasar.org/dtd/components21.dtd の
<components> 要素は
<!ELEMENT components (
description?,
include*,
(component | meta)*
)>
となっていますが,Kijimuna のものは
<!ELEMENT components (
description?,
include*,
component*,
meta*
)>
となっています.
Ticket History (1/1 Histories)
2005-12-01 02:04
Updated by:
koichik
Owner
Update from
masataka
to
(None)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
http://www.seasar.org/dtd/components21.dtd の
<components> 要素は
<!ELEMENT components (
description?,
include*,
(component | meta)*
)>
となっていますが,Kijimuna のものは
<!ELEMENT components (
description?,
include*,
component*,
meta*
)>
となっています.