Skip to content

Commit

Permalink
retire {Sxslt} and {SXalan}
Browse files Browse the repository at this point in the history
years ago, the task view said they were replaced

ref #503
  • Loading branch information
wibeasley authored and pachadotdev committed Feb 22, 2023
1 parent 5d4a92d commit f62c44e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions WebTechnologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Three packages provide the foundation for most modern approaches.
httr's team is developing its successor, `r pkg("httr2")`.
If you're creating a package needs a stable foundation,
you might use httr now and wait for httr2 v1.0 to be released.
However if you can adapt to breaking changes as httr2 evolves,
However if you can adapt to breaking changes as httr2 matures,
it may be beneficial to invest in httr2's approach now.

1. `r pkg("crul", priority = "core")` is another package that leverages curl.
Expand Down Expand Up @@ -197,9 +197,6 @@ can be used to parse locally stored or in-memory web files.
to instances of those classes.
It provides the framework for meta-computing with XML schema in R.
`r pkg("xslt")` is an extension for `r pkg("xml2")` to transform XML documents by applying an xslt style-sheet.
(It can be seen as a modern replacement for `r ohat("Sxslt")`,
which is an interface to Dan Veillard's libxslt translator, and
`r ohat("SXalan")`.)
This may be useful for webscraping, as well as
transforming XML markup into another human- or machine-readable format
(e.g., HTML, JSON, plain text, etc.).
Expand Down

0 comments on commit f62c44e

Please sign in to comment.