The Artima Developer Community
Sponsored Link

Java Answers Forum
ordpath Numbering

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
ramo memo

Posts: 1
Nickname: ramo
Registered: Jul, 2006

ordpath Numbering Posted: Jul 11, 2006 6:46 AM
Reply to this message Reply
Advertisement
Hello,

My XML document is :

<?xml version="1.0"?>
<people>
<person>
<name>Ian Darwin</name>
<emai>ian@darwinsys.com</email>
<country>England</country>
</person>
<person1>
<name1>Noch ein Darwin</name>
<email> type="intranet">cd@beagle.ac.uk</email>
<country1>England</country>
</person1>
</people>
....

I'd like to number these file
1 - <people>
1.1 - <person>
1.1.1 - <name>
1.1.3 - <emai>
1.1.5 - <country>

1.3 - <person1>
1.3.1 - <name1>
1.3.3 - <emai1>
1.1.5 - <country1>

Any idea on how to do that ?

Best regards
ramo

Topic: lock mouse and keyboard Previous Topic   Next Topic Topic: How to draw a family tree graph?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use