This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100377 - Check for well-formed is ambiguous
Summary: Check for well-formed is ambiguous
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-09 15:57 UTC by Mikhail Matveev
Modified: 2016-07-07 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Matveev 2007-04-09 15:57:47 UTC
ambiguous
1. Create newLoanApplication sample schema.
2. Switch to Source View.
3. Find xmlns:xs tag.
4. Change it to xmlns:xsd.
5. Switch to Schema View. 
Result: schema seems to be well-formed.
6. Switch to Source View.
7. Change the tag to xmlns:xsdf.
8. Switch to Schema View. 
Result: schema is reported to be not well-formed.
9. Switch to Source View.
10. Change the tag to xmlns:xsd back.
11. Switch to Schema View. 
Result: schema is reported to be not well-formed. But it is exactly the same as
after step 5.
Comment 1 Martin Balin 2016-07-07 09:57:06 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss