[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

New Line in an xml document

Subject: New Line in an xml document
From: bharathi kongara <bharathikongara@xxxxxxxxx>
Date: Mon, 5 Jun 2006 07:57:01 -0700 (PDT)
createtextnode newline
Hey,

I'm trying to insert a new line into an xml document
directly, with the following code:

        DocumentBuilderFactory dbf =
DocumentBuilderFactory.newInstance();
        DocumentBuilder db = dbf.newDocumentBuilder();
   
        Document outputDoc = db.newDocument();
        
        // Creating the root element DOCUMENT
        Element dcmt =
outputDoc.createElement("DOCUMENT");

dcmt.appendChild(outputDoc.createTextNode("before the
newline"));
       
dcmt.appendChild(outputDoc.createTextNode("&#xA;"));
       
dcmt.appendChild(outputDoc.createTextNode("after the
new line"));
        
        outputDoc.appendChild(dcmt);

But it never inserted a newline, it only inserted the
text "&#xA;" directly! Any ideas?

Thanks,
Bharathi

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.