-
Output from latest installation attempt:
```
$ zef install HTML::MyHTML
===> Searching for: HTML::MyHTML
===> Testing: HTML::MyHTML:ver
# Failed test 'HTML::MyHTML module can be use-d ok'
# at…
Xliff updated
3 months ago
-
shows html5ever performing very badly against [MyHTML](https://github.com/lexborisov/myhtml), which furthermore has fewer bugs and ~~supports `document.write()`~~ html5ever supports `document.write()…
-
Hi,
I recently met a linking error. I tried to compile the program with clang and memory sanitizer(I installed compiler-rt that has memory sanitizer support in run time). Thus, I did some research. I…
-
Hi
I am using myhtml to parse following html code
```HTML
0.0 h
0 mm
```
I expect to get: the 0.0h and 0 mm
my understaning of the tree is:
tag:span class c3
- tag: span
-…
-
If you're spreading props from a user provided source we have a XSS. E.g.
```js
var data = JSON.parse(decodeURI(location.search.substr(1)));
function Foo(props) {
return {props.content};
}
…
-
On https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/append.html there's a slight consistency error with your other patterns. It is recomended to use array.push() and then jo…
-
is it possible to have a function call to return the resulting html just as a plain string?
at the moment i have to use somehting like
```
myHtml = $.tmpl($("#templateList").html(), data)
data …
-
`echo "# myHTML" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/kaitlynhua/myHTML.git
git push -u origin master`
-
`myhtml_parse` crash on android
```
const char* html = htmlText.c_str();
myhtml_t* myhtml = myhtml_create();
myhtml_init(myhtml, MyHTML_OPTIONS_DEFAULT, 1, 0);
myhtml_tree_t* t…
-
I want to disable the automatically applied URL encodings in `myhtml_attribute_add`. To be more specific, please check the following example:
```c++
#include
int main(int argc, const char * ar…