HHC 3004 in rhlc.exe compilation output
I'm compiling a couple of projects using a batch script in which I invoke RHLC.EXE.
A start page (startseite.htm) has the following mark up in it:
...
<body>
<?rh-placeholder type="header" ?>
<h1>...</h1>
...
RHLC.EXE throws a warning:
The HTML tag "?rh-placeholder type="header" ?" is not a valid HTML tag (it does not begin with an alphanumeric character).
The error is not visible in RH9 itself (in the output window). Could be that the HTMLHELP Preprocessor 9.0.1.262 is
removing this tag?
--
Christoph
Let me add another thought since noone has answered yet: is it a good idea at all to use rhlc.exe to compile CHMs in batch mode? The speedup advantage is significant that's for sure (over point and click), but can I catch conditional build tags at all with this method? Or can I also invoke the preprocessor and pass it conditional build DEFINES?
