Skip to content

Conversation

@Drup
Copy link
Member

@Drup Drup commented Oct 28, 2018

This function adds of_seq of type Xml_stream.signal Seq.t -> 'a elt list_wrap. Xml_stream.signal is the same signal as the one used by Markup.

I was going to provide this function as an additional functor, but since it works in all cases (including wrapped stuff), does not require any additional dependencies, is rather small, and has clear utility, I decided to include it by default.

Export is a bit more annoying, so will come later.

@Drup Drup force-pushed the input branch 2 times, most recently from 97662bf to 9e2dc1d Compare October 28, 2018 17:07
@Drup Drup merged commit ad13f2b into master Nov 15, 2018
@Drup Drup deleted the input branch November 17, 2018 16:05
Drup added a commit to Drup/opam-repository that referenced this pull request Nov 18, 2018
CHANGES:

* Dunify
  This also removes all the deprecated libraries (`tyxml.syntax`, `tyxml.parser`)
  and removes the ocamlfind library `tyxml.ppx` in favor of `tyxml-ppx`.
  (ocsigen/tyxml#197 by Drup, Rudi Grinberg and Anton Bachin)
* Add simplistic indentation for the Format-based printer (ocsigen/tyxml#187 by Drup)
* Allow the ppx to be used for more exotic tyxml instances, such
  as reactive elements (ocsigen/tyxml#200 by Drup)
* Add `Html.of_seq` and `Svg.of_seq`, which allow to easily import
  HTML parsed with markup in TyXML (ocsigen/tyxml#221 by Drup)

## Elements and attributes
* Add Html.txt and Svg.txt as an alias for `pcdata` (ocsigen/tyxml#222 by Drup)
* Add noopener link types (ocsigen/tyxml#198 by Jérôme Vouillon)
* Slightly relax dt content type (ocsigen/tyxml#193 by Anton Bachin)
* Add touch events (ocsigen/tyxml#211 by Malthe Borch)
* Fix handling of figcaption in the PPX (ocsigen/tyxml#219 by Drup)
Drup added a commit to Drup/opam-repository that referenced this pull request Nov 18, 2018
CHANGES:

* Dunify
  This also removes all the deprecated libraries (`tyxml.syntax`, `tyxml.parser`)
  and removes the ocamlfind library `tyxml.ppx` in favor of `tyxml-ppx`.
  (ocsigen/tyxml#197 by Drup, Rudi Grinberg and Anton Bachin)
* Add simplistic indentation for the Format-based printer (ocsigen/tyxml#187 by Drup)
* Allow the ppx to be used for more exotic tyxml instances, such
  as reactive elements (ocsigen/tyxml#200 by Drup)
* Add `Html.of_seq` and `Svg.of_seq`, which allow to easily import
  HTML parsed with markup in TyXML (ocsigen/tyxml#221 by Drup)

## Elements and attributes
* Add Html.txt and Svg.txt as an alias for `pcdata` (ocsigen/tyxml#222 by Drup)
* Add noopener link types (ocsigen/tyxml#198 by Jérôme Vouillon)
* Slightly relax dt content type (ocsigen/tyxml#193 by Anton Bachin)
* Add touch events (ocsigen/tyxml#211 by Malthe Borch)
* Fix handling of figcaption in the PPX (ocsigen/tyxml#219 by Drup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants