|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HTML ebbedded in XML-problem
Hi,
I have a xml file in the format <?xml-stylesheet type="text/xsl" href="bcel-fb6.xsl"?> <BugCollection> <BugInstance type="URF_UNREAD_FIELD" priority="2"> .......... .......... </BugInstance> <BugInstance type="URF_UNREAD_FIELD" priority="2"> .......... .......... </BugInstance> <SummaryHTML><![CDATA[<html> <body> <h1> ........ ........ </html> ]]></SummaryHTML> </BugCollection> My aim is to extract the HTML part alone and create a new HTML file with user defined <a href > tags inside the new HTML file for specific strings or words. I want the HTML part unchanged(there are 15 tables in it) and I want to get the exact data like a copy paste. Is there any such method to extract string by string or char by char from the xml file to easily define the required hyperlinks to the required strings? bye, with regards, Deepak |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > HTML ebbedded in XML-problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|