You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, HTMLParser could not parse <!DOCTYPE>.
I started to fixing HTMLParser, however I have read, that this is not an html tag (https://www.w3schools.com/tags/tag_doctype.asp) so probably not HTMLParser is responsible for this.
What do you think?
Google's SoyToJsSrcCompiler.jar can create a js from a Soy template which contains <!DOCTYPE html>.
Thank you in advance
Péter
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to create soy templates like
However, HTMLParser could not parse <!DOCTYPE>.
I started to fixing HTMLParser, however I have read, that this is not an html tag (https://www.w3schools.com/tags/tag_doctype.asp) so probably not HTMLParser is responsible for this.
What do you think?
Google's SoyToJsSrcCompiler.jar can create a js from a Soy template which contains
<!DOCTYPE html>
.Thank you in advance
Péter
The text was updated successfully, but these errors were encountered: