-
can any body help me..please
Iam reding some contents from file with out using xml parser but using buffered reader and writer.In reading following two lines i have some problem,
Iam just checking the delimiter found or not...then set flag true and write two file
<con:SubprojectId>268539375#268933790#268435679</con:SubprojectId>
<con:OrderID>1035538</con:OrderID>
i got output on
268539375#268933790#268435679
1035538
instead of that i need output
1035538
268539375#268933790#268435679
firsly i would like to write order id and then sub project id.......Any idea.....please help with code
-
im not sure if you can read in files "backwards" but you could just read in the two lines, store them each into different variables (or a String array) and then output the latter one first.
-
Similar Threads
-
By Edwin in forum Database
Replies: 12
Last Post: 04-08-2007, 09:27 AM
-
By kabucek in forum VB Classic
Replies: 0
Last Post: 10-04-2006, 10:49 AM
-
Replies: 0
Last Post: 03-27-2006, 02:42 PM
-
By cyberninja in forum Java
Replies: 0
Last Post: 11-14-2000, 02:15 PM
-
By cyberninja in forum Java
Replies: 0
Last Post: 11-14-2000, 02:10 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks