Cite This Page
Bibliographic details for Cookbook/XML
- Page name: Cookbook/XML
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 April 2021 02:01 UTC
- Date retrieved: 17 August 2022 20:08 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348
- Page Version ID: 64348
Citation styles for Cookbook/XML
APA style
Cookbook/XML. (2021, April 26). HaskellWiki, . Retrieved 20:08, August 17, 2022 from https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348.
MLA style
"Cookbook/XML." HaskellWiki, . 26 Apr 2021, 02:01 UTC. 17 Aug 2022, 20:08 <https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348>.
MHRA style
HaskellWiki contributors, 'Cookbook/XML', HaskellWiki, , 26 April 2021, 02:01 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348> [accessed 17 August 2022]
Chicago style
HaskellWiki contributors, "Cookbook/XML," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348 (accessed August 17, 2022).
CBE/CSE style
HaskellWiki contributors. Cookbook/XML [Internet]. HaskellWiki, ; 2021 Apr 26, 02:01 UTC [cited 2022 Aug 17]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348.
Bluebook style
Cookbook/XML, https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348 (last visited August 17, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/XML --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348", note = "[Online; accessed 17-August-2022]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/XML --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/XML&oldid=64348}", note = "[Online; accessed 17-August-2022]" }