HTML tag error occurs only when publishing in HTML

This forum is for all Flare issues related to the Microsoft HTML Help target.
This target produces "CHM" files in the output.
Post Reply
jheidle
Jr. Propeller Head
Posts: 3
Joined: Thu Nov 15, 2007 1:23 pm

HTML tag error occurs only when publishing in HTML

Post by jheidle »

I can publish using DotNet and MSWord targets, but I am unable to publish content in HTML. All of my attempts result in line errors
The HTML tag \"resources\" is missing a closing angle bracket.
The HTML tag \"anchors\" is missing a closing angle bracket.
The HTML tag \"gDocumentOnclickFuncs\" is missing a closing angle bracket.

Several like this: The HTML tag \"ç×sÿ8çÌœ™Ì™Ì$i“N?﯒œsæ9Ïù13ß<Ïsž¯\"¥D¡Þ— ( u@Ð]Q...\" is not a valid HTML tag (it does not begin with an alphanumeric character).

Take pitty on a new user :D
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Post by KevinDAmery »

That is one funky set of characters. Are you seeing those in your source code?

(Also, are you using source control? If you are, you may want to retrieve the files from source again and rebuild--maybe something went wrong when you pulled it out last time.)
Until next time....
Image
Kevin Amery
Certified MAD for Flare
jheidle
Jr. Propeller Head
Posts: 3
Joined: Thu Nov 15, 2007 1:23 pm

Post by jheidle »

The funky characters are in the build progress window. I did try to bind the project to our Source Control, but so far have been unsuccessful. The docs are not located in SC, and the project is not bound to SC.
jheidle
Jr. Propeller Head
Posts: 3
Joined: Thu Nov 15, 2007 1:23 pm

Re: HTML tag error occurs only when publishing in HTML

Post by jheidle »

I've been using web output, but publishing HTML has come up again, and unfortunatley I'm having the same issue. Any suggestions?

[quote="jheidle"]I can publish using DotNet and MSWord targets, but I am unable to publish content in HTML. All of my attempts result in line errors
The HTML tag \"resources\" is missing a closing angle bracket.
The HTML tag \"anchors\" is missing a closing angle bracket.
The HTML tag \"gDocumentOnclickFuncs\" is missing a closing angle bracket.

Several like this: The HTML tag \"ç×sÿ8çÌœ™Ì™Ì$i“N?﯒œsæ9Ïù13ß<Ïsž¯\"¥D¡Þ— ( u@Ð]Q...\" is not a valid HTML tag (it does not begin with an alphanumeric character).
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Re: HTML tag error occurs only when publishing in HTML

Post by KevinDAmery »

Have you checked that the topic files don't have the problems specified? (Just to be sure...)
Until next time....
Image
Kevin Amery
Certified MAD for Flare
Pete Lees
Sr. Propeller Head
Posts: 150
Joined: Thu Feb 09, 2006 12:33 pm
Location: Bracknell, Berkshire, UK

Re: HTML tag error occurs only when publishing in HTML

Post by Pete Lees »

Hi, jheidle,
jheidle wrote:Several like this: The HTML tag \"ç×sÿ8çÌœ™Ì™Ì$i“N?﯒œsæ9Ïù13ß<Ïsž¯\"¥D¡Þ— ( u@Ð]Q...\" is not a valid HTML tag (it does not begin with an alphanumeric character).
You'll typically get this error message if the folder path down to your HTML topic files is overlong (more than 256 characters from memory), or if there is a ".h" anywhere in the path (for example, c:\Documents and Settings\j.heidle\your.help.folder).

You may also need to check for instances of ".h" in the file names of any non-HTML source files, such as graphics, script files, and style sheets. The help compiler considers any file that contains ".h" in its name to be an HTML file, and consequently it spits out error messages when it encounters file data that clearly isn't HTML.

If you do a Google search for HHC3004 (the number of this particular error), you may turn up more suggestions.

Pete
Post Reply