tyxml icon indicating copy to clipboard operation
tyxml copied to clipboard

Build valid HTML and SVG documents

Results 63 tyxml issues
Sort by recently updated
recently updated
newest added

Hello, I have been trying to use interactive maps with tyxml, and have not been able to use the usemap attribute of the node to refer to the node, as...

With OCaml 4.11 you get this deprecation warning when compiling tyxml. I believe this is causing a fatal build error. ``` 46 | (Longident.parse @@ implementation i ^ "." ^...

Code like this: ```ocaml p [ a ~a:[ a_href "#val-(^)" ] [ txt "val (

Output version and follow up of https://github.com/ocsigen/tyxml/pull/221 and fixes https://github.com/ocsigen/tyxml/issues/100 Unfortunately, this one is a bit more annoying because of encodedpcdata (https://github.com/ocsigen/tyxml/issues/220), and so is not directly compatible. I'll let...

I get `Error: option should have exactly one child` for ``` ``` Also, if I don't close the `option` tag (like [here](https://www.w3schools.com/tags/tag_datalist.asp)), I get a strange error, which I guess...

bug
syntax extension
html & svg standard

According to the documentation ( https://ocsigen.org/tyxml/4.3.0/api/Svg_types ), Transform attribute has `Rotate data type > `Rotate of Unit.angle * (float * float) option with Unit.angle being > type angle = [...

question
html & svg standard

Hi! I've recently noticed the ability to write reactive components with Tyxml_js, so currently I'm working on adding "reactivity" to UI components in my app. As I wrap my UI...

I'm not sure those are good ideas, but we can at least think about them. :) - Allow to write `[%html "" bar ; baz ""]` instead of `[%html ""...

enhancement
syntax extension

Tyxml's phantom-type trickery prevents a form from being the child of another form: ``` # Html5.M.(form [form []]);; Error: This expression has type ([> Html5_types.form ] as 'a) Html5.M.elt but...

bug
html & svg standard
typing

I'm considering removing `Xml.encodedpcdata` from the API. Mostly, it comes down to the fact that any "valid" usecase, i.e., inject textual HTML without validation, is almost never compatible with Tyxml's...

question
breaking