Editing XML
- From: Hans-Peter Diettrich <DrDiettrich1@xxxxxxx>
- Date: Sun, 10 Jun 2007 18:28:04 +0200
I'm just trying to implement an extended viewer for the HTML Help 2 files, as used in BDE, VS, and the MSDN library. One of the goals are annotations or immediate (persistent) corrections and extensions of the online help in the BDS IDE, which still is a mess since D2005.
In the first step I create the TOC and keyword indices from the XML and HTML files, extracted from the HxS archives, using TXMLDocument. No problem so far.
In the second step the available TWebBrowser (ShDocVw) component is very uncomfortable to use, because it's impossible to redirect navigation to some "ms-help://xyz" URL to the according HTML file. So I consider to replace all <MSHelp:link ...> tags by <a href="file_to_use.htm">, and pass that modified file to the browser. Can somebody shed a light on how to update an HTML file or XMLDoc accordingly?
DoDi
.
- Follow-Ups:
- Re: Editing XML
- From: Rob Kennedy
- Re: Editing XML
- Prev by Date: Re: Set the CheckBox.Checked without the OnClick being called
- Next by Date: Re: Set the CheckBox.Checked without the OnClick being called
- Previous by thread: DragDrop to TWebBrowser
- Next by thread: Re: Editing XML
- Index(es):
Relevant Pages
|