Cite This Page
Bibliographic details for HXT/Conversion of Haskell data from/to XML
- Page name: HXT/Conversion of Haskell data from/to XML
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 January 2015 18:19 UTC
- Date retrieved: 9 December 2019 13:56 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637
- Page Version ID: 20637
Citation styles for HXT/Conversion of Haskell data from/to XML
APA style
HXT/Conversion of Haskell data from/to XML. (2015, January 5). HaskellWiki, . Retrieved 13:56, December 9, 2019 from https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637.
MLA style
"HXT/Conversion of Haskell data from/to XML." HaskellWiki, . 5 Jan 2015, 18:19 UTC. 9 Dec 2019, 13:56 <https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637>.
MHRA style
HaskellWiki contributors, 'HXT/Conversion of Haskell data from/to XML', HaskellWiki, , 5 January 2015, 18:19 UTC, <https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637> [accessed 9 December 2019]
Chicago style
HaskellWiki contributors, "HXT/Conversion of Haskell data from/to XML," HaskellWiki, , https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637 (accessed December 9, 2019).
CBE/CSE style
HaskellWiki contributors. HXT/Conversion of Haskell data from/to XML [Internet]. HaskellWiki, ; 2015 Jan 5, 18:19 UTC [cited 2019 Dec 9]. Available from: https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637.
Bluebook style
HXT/Conversion of Haskell data from/to XML, https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637 (last visited December 9, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "HXT/Conversion of Haskell data from/to XML --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637", note = "[Online; accessed 9-December-2019]" }
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 = "HXT/Conversion of Haskell data from/to XML --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=HXT/Conversion_of_Haskell_data_from/to_XML&oldid=20637}", note = "[Online; accessed 9-December-2019]" }