Click here to Skip to main content
15,909,827 members
Home / Discussions / Java
   

Java

 
GeneralRe: Connection to server Pin
jschell15-Nov-17 7:48
jschell15-Nov-17 7:48 
Questionjava jee Pin
Member 135124279-Nov-17 4:14
Member 135124279-Nov-17 4:14 
AnswerRe: java jee Pin
Richard MacCutchan9-Nov-17 4:29
mveRichard MacCutchan9-Nov-17 4:29 
GeneralRe: java jee Pin
Member 135124279-Nov-17 4:57
Member 135124279-Nov-17 4:57 
AnswerRe: java jee Pin
Manish K. Agarwal9-Nov-17 5:10
Manish K. Agarwal9-Nov-17 5:10 
QuestionJava Code using the List Interface not Compiling Pin
BobInNJ8-Nov-17 10:14
BobInNJ8-Nov-17 10:14 
AnswerRe: Java Code using the List Interface not Compiling Pin
Afzaal Ahmad Zeeshan8-Nov-17 13:47
professionalAfzaal Ahmad Zeeshan8-Nov-17 13:47 
GeneralRe: Java Code using the List Interface not Compiling Pin
Richard MacCutchan8-Nov-17 22:10
mveRichard MacCutchan8-Nov-17 22:10 
GeneralRe: Java Code using the List Interface not Compiling Pin
Afzaal Ahmad Zeeshan9-Nov-17 0:22
professionalAfzaal Ahmad Zeeshan9-Nov-17 0:22 
GeneralRe: Java Code using the List Interface not Compiling Pin
Richard MacCutchan9-Nov-17 1:12
mveRichard MacCutchan9-Nov-17 1:12 
AnswerRe: Java Code using the List Interface not Compiling Pin
Richard MacCutchan8-Nov-17 22:06
mveRichard MacCutchan8-Nov-17 22:06 
AnswerRe: Java Code using the List Interface not Compiling Pin
vishaljamdagni7-Feb-18 1:21
professionalvishaljamdagni7-Feb-18 1:21 
QuestionError Trapping this statement Pin
Member 135080347-Nov-17 2:59
Member 135080347-Nov-17 2:59 
AnswerRe: Error Trapping this statement Pin
Richard MacCutchan7-Nov-17 3:31
mveRichard MacCutchan7-Nov-17 3:31 
GeneralRe: Error Trapping this statement Pin
Member 135080347-Nov-17 5:28
Member 135080347-Nov-17 5:28 
GeneralRe: Error Trapping this statement Pin
Richard MacCutchan7-Nov-17 6:56
mveRichard MacCutchan7-Nov-17 6:56 
GeneralRe: Error Trapping this statement Pin
Member 135080347-Nov-17 7:23
Member 135080347-Nov-17 7:23 
AnswerRe: Error Trapping this statement Pin
jschell8-Nov-17 7:29
jschell8-Nov-17 7:29 
AnswerRe: Error Trapping this statement Pin
ZurdoDev8-Nov-17 7:44
professionalZurdoDev8-Nov-17 7:44 
QuestionPlacing 2DArray Values into x, y locations Pin
Member 135019553-Nov-17 7:35
Member 135019553-Nov-17 7:35 
QuestionIS anybody knows how to convert HTML to XML file USING java Pin
Raaz db Bengalore3-Nov-17 3:12
Raaz db Bengalore3-Nov-17 3:12 
AnswerRe: IS anybody knows how to convert HTML to XML file USING java Pin
jschell3-Nov-17 6:47
jschell3-Nov-17 6:47 
Generically for all possible cases it is not possible because html need not be rigorously defined.

And there are other general problems such as what one is supposed to do with links and images during the conversion.

Further just converting it to XML generically isn't generally useful. One normally expects a certain format of some sort.

So if one wants to proceed one should define the following
1. What is allowed. Both as 'legal' html, and what data will be converted.
2. Use an html parser (HTML library)
3. Provide a source log both errors found and content for further analysis but otherwise skip it
4. Determine how to convert valid attributes to XML. The XML that was previously decided on
5. Get a XML library and use it to create the XML
GeneralRe: IS anybody knows how to convert HTML to XML file USING java Pin
Raaz db Bengalore3-Nov-17 20:54
Raaz db Bengalore3-Nov-17 20:54 
GeneralRe: IS anybody knows how to convert HTML to XML file USING java Pin
Richard MacCutchan4-Nov-17 21:09
mveRichard MacCutchan4-Nov-17 21:09 
GeneralRe: IS anybody knows how to convert HTML to XML file USING java Pin
Raaz db Bengalore5-Nov-17 16:58
Raaz db Bengalore5-Nov-17 16:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.