# Html-code within xml-file?

**URL:** https://forum.kirupa.com/t/html-code-within-xml-file/137952
**Category:** Uncategorized
**Created:** [February 18, 2005, 4:40pm UTC](https://forum.kirupa.com/t/html-code-within-xml-file/137952 "2005-02-18T16:40:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MrFlashALot](https://avatars.discourse-cdn.com/v4/letter/m/cdc98d/32.png) [@MrFlashALot](https://forum.kirupa.com/u/MrFlashALot)
#### Post date: [February 18, 2005, 4:40pm UTC](https://forum.kirupa.com/t/html-code-within-xml-file/137952/1 "2005-02-18T16:40:24Z")

</div>

Im just wondering if its in any way possible to include html-coded text instead of plain text in an xml-file.

At first glance (and probably last) it doesnt look that way, since the xml-parser uses pretty much the similar brackets as html (especially “\<” and “\>”).

```auto

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <datapacket>
  	<row	col_0="Plain text"/>
  	<row	col_0="<a href="www.kirupa.com">Html text with link</a>"/>
  </datapacket>  

```

But perhaps there is a way?
