Hi,
when compiling a help file for HTML Help Version 2.x (Visual Studio .NET) I get a compile error. The language of my help file is German, therefore I have Umlauts in it.
I get an error in line 7 of the .hxt file.
<?xml version="1.0"?>
<!DOCTYPE HelpTOC SYSTEM "MS-Help://Hx/Resources/HelpTOC.DTD">
<HelpTOC DTDVersion = "1.0"
LangId = "1033"
ParentNodeIcon = "Book">
<HelpTOCNode Title = "Einführung" Url = "introduction.html">
I'm not quite sure if the Umlaut in the word "Einführung" is causing the compile error, however I do have an old version of this file where these Umlauts are missing and which seems to work. But it's not an option for me to manually edit that, as I also don't know if this "wrong" word will appear anywhere for the end user to see.
I hope you can help me as soon as possible in this matter. Thanks in advance.
P.S. Please let me know if this error is fixed in the new version of DocumentX. :)