http://nagoya.apache.org/bugzilla/show_bug.cgi?id=490
*** shadow/490 Sun Feb 4 07:01:00 2001
--- shadow/490.tmp.808 Wed Feb 21 05:23:28 2001
***************
*** 2,9 ****
| Project tag blows up on parse BugRat Report#821 |
+----------------------------------------------------------------------------+
| Bug #: 490 Product: Ant |
! | Status: NEW Version: unspecified |
! | Resolution: Platform: All |
| Severity: Enhancement OS/Version: All |
| Priority: High Component: Core |
+----------------------------------------------------------------------------+
--- 2,9 ----
| Project tag blows up on parse BugRat Report#821 |
+----------------------------------------------------------------------------+
| Bug #: 490 Product: Ant |
! | Status: RESOLVED Version: unspecified |
! | Resolution: WONTFIX Platform: All |
| Severity: Enhancement OS/Version: All |
| Priority: High Component: Core |
+----------------------------------------------------------------------------+
***************
*** 32,35 ****
BUILD FAILED
! C:\Java\work\apache.org\jakarta-ant\bug490.xml:2: Unexpected attribute "foo"
--- 32,44 ----
BUILD FAILED
! C:\Java\work\apache.org\jakarta-ant\bug490.xml:2: Unexpected attribute "foo"
!
! ------- Additional Comments From conor@cortexebusiness.com.au 2001-02-21 05:23 -------
! Since Ant does not run against a DTD, it cannot rely on the XML parser to
! validate the structure of the XML. Further, if it did use a DTD, such an
! attribute would presumably cause a validation failure.
!
! To allow such attributes to pass through would also be to give up the error
! checking that Ant does do today. I would not be in favour of that. Can you tell
! us how this currently affects XML editing tools.
|