OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] hi all

[ Lists Home | Date Index | Thread Index ]

ok, Thatz fine & Coooooooool,
Has anyone did some XHTML Generator using Genx
and available in the opensource using the
above said method by Mr.Mike?
If so, could you kindly give me the link or
the tool name of the XHTML Generator ?

Thanks an Regards,
karthik bala guru


--- Mike Fitzgerald <mikefz@wyeast.net> wrote:
> karthik bala guru wrote:
> 
> >What could be the modifications that i need to do
> to the XML Generator(Genx)
> >to make it a XHTML Generator Tool ?
> >  
> >
> Well, all you have to do is create XHTML elements
> using Genx function 
> calls, something like:
> 
> #include <stdio.h>
> 
> |#include <genx.h>
> 
> int main()
> {
>   genxWriter w = genxNew(NULL, NULL, NULL);
>   FILE *f = fopen("myxhtml.html", "w");
>   genxElement html, head, title; // etc.
>   genxNamespace xhtmlns;
>   genxStatus status;
>   xhtmlns = genxDeclareNamespace(w,
> "http://www.w3.org/1999/xhtml";, "html", &status);
>   html = genxDeclareElement(w, html, "html",
> &status);
>   ... // etc.
> 
> Mike
> |
> 
> 
> 
>
-----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org
> <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at
> http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the
> subscription
> manager:
> <http://www.oasis-open.org/mlmanage/index.php>
> 
> 



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS