![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML to csv | ganga.dharan | Shell Programming and Scripting | 3 | 01-24-2008 06:50 PM |
| How do I extract text only from html file without HTML tag | los111 | UNIX for Dummies Questions & Answers | 4 | 11-28-2007 04:40 AM |
| need help with html button | mike171562 | Shell Programming and Scripting | 0 | 07-17-2007 05:09 PM |
| Converting HTML to CSV | Jexel | UNIX for Dummies Questions & Answers | 3 | 03-18-2007 08:44 PM |
| perl and html | marcpascual | Shell Programming and Scripting | 8 | 09-21-2005 07:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
You can generate xml code with expat lib.
http://expat.sourceforge.net/ Best regards, Iliyan Varshilov Last edited by ilko_partizan; 06-23-2007 at 10:58 AM.. |
|
||||
|
HTML is just text, so you can generate HTML very easily. How to do depends on what you would like to do with the generated HTML, and what you exactly mean by "dynamic HTML".
If you don't explain what kind of situation clearly, others will not know what you want. |
|
||||
|
If you have data in XML, and want to generate HTML text, you can create an XSLT stylesheet to transform XML into HTML, or you can write a C program that reads the XML with a library such as expat or xerces to generate HTML output with the DOM API.
And what do you mean by "show"? The C program generates HTML as output? Is the output used in a CGI environment? Or the C program has an embedded browser inside for displaying the HTML? Again, if you are not explicit about what you want, it is difficult for others to help you. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|