Convert XML to HTML Table

Form for XML converting to HTML

This form allows you convert XML data to HTML table, paste or upload your XML file below:


Your result can be seen below.

Result of XML conversion to HTML


Move to "Paste Code" for Save it

Preview of HTML table

No results.

About XML conversion to HTML

About XML data conversion to HTML table

The XML to HTML Converter was created for online transform XML(Extensible Markup Language) data into HTML table. It's very simple and easy way to transform and share XML to HTML code.

How it Works?

Just paste or upload your XML data to the textarea above and click to the button "Convert" and you will instantly get HTML code.

Example of XML conversion to HTML

Before:
<artists>
    <artist>
        <id>1</id>
        <firstName>Dwayne</firstName>
        <lastName>Johnson</lastName>
        <age>47</age>
    </artist>
    <artist>
        <id>2</id>
        <firstName>Jessica</firstName>
        <lastName>Alba</lastName>
        <age>38</age>
    </artist>
    <artist>
        <id>3</id>
        <firstName>Peter</firstName>
        <lastName>Pan</lastName>
        <age>120</age>
    </artist>
</artists>
After:
<table>
	<thead>
		<tr>
			<td>id</td>
			<td>firstName</td>
			<td>lastName</td>
			<td>age</td>
		</tr>
	</thead>
	<tr>
		<td>1</td>
		<td>Dwayne</td>
		<td>Johnson</td>
		<td>47</td>
	</tr>
	<tr>
		<td>2</td>
		<td>Jessica</td>
		<td>Alba</td>
		<td>38</td>
	</tr>
	<tr>
		<td>3</td>
		<td>Peter</td>
		<td>Pan</td>
		<td>120</td>
	</tr>
	<tr>
		<td></td>
	</tr>
</table>
After the conversion, you can apply the HTML code to your project or use it for some other purpose.
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal