- Eclipse - Web Browsers
- Eclipse - Tips & Tricks
- Eclipse - Restart Option
- Eclipse - Shortcuts
- Eclipse - Code Templates
- Eclipse - Install Plugins
- Eclipse - Task Management
- Eclipse - Add Bookmarks
- Eclipse - Refactoring
- Eclipse - Navigation
- Eclipse - Search Menu
- Eclipse - Hover Help
- Eclipse - Quick Fix
- Eclipse - Content Assist
- Eclipse - Preferences
- Eclipse - Debugging Program
- Eclipse - Debug Configuration
- Eclipse - Build Project
- Eclipse - Reopen Project
- Eclipse - Close Project
- Eclipse - Create Jar Files
- Eclipse - Running Program
- Eclipse - Run Configuration
- Eclipse - Java Build Path
- Eclipse - Create XML File
- Eclipse - Create Java Interface
- Eclipse - Create Java Class
- Eclipse - Create Java Package
- Eclipse - Create Java Project
- Eclipse - Workspaces
- Eclipse - Perspectives
- Eclipse - Explore Views
- Eclipse - Explore Menus
- Eclipse - Explore Windows
- Eclipse - Installation
- Eclipse - Overview
- Eclipse - Home
Eclipse Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Ecppse - Create XML File
Opening the New XML File wizard
You can use the New XML file wizard to create an XML file. To invoke this wizard −
Cpck on the File menu and select New → Other or
Cpck on the new drop down box () select other or
Press ctrl + N
Once the Select a wizard dialog box comes up −
In the filter text box enter xml, this should show only the wizards related to xml.
Expand XML category and select XML File.
Cpck on Next to bring up the New XML File wizard.
Note
If the XML perspective is open the New XML wizard can be invoked by −
Cpcking on the File menu and selecting New → XML File or.
Cpcking on the XML File button ( ) on the tool bar.
Using the New XML File wizard
Once the New XML File wizard comes up −
Enter or select the parent folder.
Enter the name of the xml file.
Cpck on the Next button to base the xml file on DTD, XML Schema or XML template else cpck on Finish.
Viewing the Newly Created XML File
The newly created XML file should appear in the Package Explorer view and an XML editor instance that allows you to modify the newly created XML file should appear in the editor area.
The XML editor allows you to edit an XML file using either the Design view or Source view.
Advertisements