Is it possible to add a function to fix html code stored in a variable in a script action box?
Thanks
Fix HTMl files
Moderator: Martin
Re: Fix HTMl files
Hi,
What do you mean by "fix", can you give an example? Do you want to format the HTML or escape special characters like <>?
Regards,
Martin
What do you mean by "fix", can you give an example? Do you want to format the HTML or escape special characters like <>?
Regards,
Martin
Re: Fix HTMl files
I mean fix html parsing error.
Errors where
<p> tag is there but </p> is missing.
Bate text without <p> tag....etc
Errors where
<p> tag is there but </p> is missing.
Bate text without <p> tag....etc
Re: Fix HTMl files
I think it's something that will be rarely used. I can add it to the list of features under consideration but priority will be quite low. I recommend to use one of the online sites that provides such a service (search for HTML tidy). I did not find one the provides a nice REST service directly but maybe it exists and could be integrated easily with action HTTP Request.
Regards,
Martin
Regards,
Martin