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 151846 - NetBeans completely ignores XML template
Summary: NetBeans completely ignores XML template
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 12:24 UTC by shadewind
Modified: 2009-02-19 23:31 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 shadewind 2008-10-30 12:24:22 UTC
NetBeans completely ignores the XML -> XML document file template when creating a new XML document file from the New
File dialog regardless of the document type (well-formed et.c.). It instead looks like this:

<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : ivy.xml
    Created on : October 30, 2008, 12:19 PM
    Author     : shadewind
    Description:
        Purpose of the document follows.
-->

<root>

</root>
Comment 1 Samaresh Panda 2008-11-17 16:21:39 UTC
What do you mean by "XML template". I'm not aware of a new xml file wizard where it allows you to create from xml
template. Please explain in detail.
Comment 2 shadewind 2008-11-17 21:47:46 UTC
Tools -> Templates -> XML

If those are not for creating XML files from create file, what are they for?
Comment 3 Samaresh Panda 2008-11-17 22:35:07 UTC
Hmmm, it does let me create from template. Can you tell me how you're doing it? Do you see the new template in the new
file wizard? What build are you using? I tried in 6.5 RC2 and it seems to be working fine.