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 86537 - WSDL editor complains about whitespaces/newlines at the top of the document
Summary: WSDL editor complains about whitespaces/newlines at the top of the document
Status: VERIFIED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 03:08 UTC by hemant_bedekar
Modified: 2006-10-06 11:02 UTC (History)
1 user (show)

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 hemant_bedekar 2006-10-05 03:08:25 UTC
WSDL editor complains about whitespaces/newline characters at the top of the
document. This should either be allowed, OR the WSDL editor should trim the
whitespaces at the top of the document at the time of saving the WSDL.
Comment 1 Shivanand Kini 2006-10-06 02:33:30 UTC
Whitespaces are not allowed by xml standard. The XML parser will show the
following error

C:/Documents and Settings/skini/BpelModule22/src/newWSDL1.wsdl:6,0
The processing instruction target matching "[xX][mM][lL]" is not allowed.
Comment 2 gc140975 2006-10-06 11:02:22 UTC
Since this error message is thrown by jaxp validator ,hence I am marking this
bug as verified