This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XML-->HTML-->CHM


If you are a VC++ developer, why don't you just use MSXML 4? It has a
fully functional API, and is available for download (for free, together
with comprehensive documentation) from:

http://msdn.microsoft.com/xml

Using the XML DOM Document objects and the XSL Processor objects will
get you what you want. Converting HTML files to CHM automatically is out
of scope of this list, but there should be some API available to do this
- for example the ones used from the "Microsoft Help Workshop" tool
which comes as standard with Visual Studio 6. Bryan's answer to the same
question yesterday had lots of useful information about this...

Rgs,

Ben

-----Original Message-----
From: Satish, L. Gnanendra [mailto:LGnanendra.Satish@sciatl.com] 
Sent: 01 October 2002 06:51
To: 'xsl-list@lists.mulberrytech.com'
Subject: [xsl] XML-->HTML-->CHM


Hello,
 I am a VC++ developer.
 Does anyone know of any libraries/tools to convert my DTD+XML+XSLT
files to (saved as)HTML in an automated way? Apache-Xalan lib is too
huge to include to my project...  Also I would like to know if there is
a automated way(tools) to convert this generated HTML to .CHM (compiled
help) file?

All these processes should happen in an automated way at the click of a
menu/button?

Help asap.

Thanx and rgds,
Gnanendra.
- - - - - - - Appended by Scientific-Atlanta, Inc. - - - - - - - 
This e-mail and any attachments may contain information which is
confidential, proprietary, privileged or otherwise protected by law. The
information is solely intended for the named addressee (or a person
responsible for delivering it to the addressee). If you are not the
intended recipient of this message, you are not authorized to read,
print, retain, copy or disseminate this message or any part of it. If
you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete it from your computer.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]