Comments in HTML files not exported in Search Export
Hi,
When running the "exsimple.exe" demo application, and inputting a HTML file, some text are missing from the output.
The text in HTML comments, marked in the file with <!-- some text --> is not outputted.
How do I configure exsimple.exe to output the text from HTML comments?
I use the default.cfg file included in the SDK as configuration file.
BR
Claus
HTML file example:
<html>
<head>
<title>HTML file title</title>
</head>
<body>
<!-- Here is a comment -->
<h1>Here is some H1 text</h1>
Here is some normal text
</body>
</html>
0