|
|
Choosing A Webhost: |
svn commit: r381365 - /lenya/branches/BRANCH_1_2_X/src/java/org/apache/leny: msg#00231cms.lenya.cvs
Author: josias Date: Mon Feb 27 07:46:17 2006 New Revision: 381365 URL: http://svn.apache.org/viewcvs?rev=381365&view=rev Log: make sure new labels are inserted before the child-nodes, so the sitetree.xml will be valid and readable more easily. Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTreeNodeImpl.java Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTreeNodeImpl.java URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTreeNodeImpl.java?rev=381365&r1=381364&r2=381365&view=diff ============================================================================== --- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTreeNodeImpl.java (original) +++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTreeNodeImpl.java Mon Feb 27 07:46:17 2006 @@ -211,7 +211,7 @@ labelElem.setAttribute(SiteTreeNodeImpl.LANGUAGE_ATTRIBUTE_NAME, label.getLanguage()); synchronized (sitetree) { - node.appendChild(labelElem); + node.insertBefore(labelElem, node.getFirstChild()); } } }
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r381357 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/util/XlinkCollection.java, andreas |
|---|---|
| Next by Date: | svn commit: r381369 - /lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java, josias |
| Previous by Thread: | svn commit: r381357 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/util/XlinkCollection.java, andreas |
| Next by Thread: | svn commit: r381369 - /lenya/trunk/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree/SiteTreeNodeImpl.java, josias |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |