|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need to change a "very simple" behavior of an opensource C based software, but I haven't any experience on C language.
Tell me if you can help me and I'll put the source code and details here. Regards, marcoBR btw, sorry 4 my english... |
|
#2
|
|||
|
|||
|
The program is "HTML Tidy" and you can obtain the source code
and reference material respectively at: - http://tidy.sourceforge.net/src/tidy_src.tgz - http://tidy.sourceforge.net This is a great program to tidy and format your dirty html. The problem is that it doesn't work if it encounter unknown elements(tags) in html. Then you must declare these unknown elements(tags) for properly works, what isn't a good idea in our XML days. Thus I need help to suppress this undesirable behavior, making it accept any unknown elements(tags). I believe that isn't hard to change the piece of code to accomplish it, but as I said, I'm ignorant in the C world. Can you understand me??? ![]() Thanks in advance, marcoBR btw, sorry 4 my english... Last edited by marcoBR : October 12th, 2003 at 11:22 PM. |
![]() |
| Viewing: Dev Shed Forums > Other > Project Help Wanted > C Programmer - Please, help me! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|