|
|
|
|
![]() ![]() |
Aug 12 2006, 06:02 AM
Post
#1
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 3 Joined: 12-August 06 Member No.: 15,140 |
hi, Im new to xml parsing and dont know much about. I need to modify the attribute val of a tag in a complex xml file im using xpath query to retrieve the node but xpath is read only and cannot modify. Im not able to use DOM as the xml is very complex and im not able to go to the exact node |
|
|
|
Jun 25 2007, 12:52 AM
Post
#2
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 25-June 07 Member No.: 22,900 |
I'd hate to say this, but first, is it possible for you to use a different language. VB.Net has excellent XML parsing capabilities. Java, on the other hand, is very inadequate. Its parsing abilities were included in an attempt to compete with the .Net suite, and there is very little documentation on it. Likewise, last time I checked Sun had not put out any functional case studies and none of the programmers I work with have been able to get it working.
|
|
|
|
Feb 4 2008, 10:41 AM
Post
#3
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
How to change the contents of HTML using a java program
Need To Modify Xml Attribute Using Java Iam having a HTML page with some title and some paragraphs within it. Now I just want so Change the Heading of the page as well as delete some of its content.Iam just not able to start of with. -shashikanth |
|
|
|
Feb 5 2008, 09:41 PM
Post
#4
|
|
|
Member [ Level 1 ] Group: [HOSTED] Posts: 47 Joined: 4-February 08 Member No.: 28,119 |
How to change the contents of HTML using a java program... I suppose you are talking dynamic HTML code, created on Server side using one of java-based web technologies (servlet, JSP, JSF etc.). In servlets , before sending response (with HTML code) to the client, you can put any HTML content whatever you want, including body, header etc. - see javax.servlet.http.HttpServletResponse class for details. In JSP/JSF you can modify static HTML code as well as put any JSP (or JSF) tags. |
|
|
|
Feb 5 2008, 09:44 PM
Post
#5
|
|
|
Member [ Level 1 ] Group: [HOSTED] Posts: 47 Joined: 4-February 08 Member No.: 28,119 |
hi, Im new to xml parsing and dont know much about. I need to modify the attribute val of a tag in a complex xml file... .... Im not able to use DOM as the xml is very complex and im not able to go to the exact node I think the easiest way to do this from Java code is... using SAX- and DOM- parsers! |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd August 2008 - 02:17 AM |