OPML Formatter

OPML Formatter Form

This form allows you make beautiful OPML format:


Move to "Paste Code" for Save it

About OPML Formatter tool

What is OPML?

OPML - Outline Processor Markup Language is an XML file format used for creating outlines. The OPML file format is used to exchange information between applications, exchange lists of Web feeds, RSS, etc. The format is simple, self-documenting, extensible and readable.

About OPML Formatter tool

The Formatter OPML online was created to help with debugging. As OPML data is often output without line breaks to save space, it is extremely difficult to actually read. This tool allows you to solve the problem by formatting OPML data so that it is easy to read and debug.

How it Works?

Just paste your OPML to the textarea above and click to the button "Formatter" and you will get Formatted OPML in the same textarea.

Example of OPML Formatter

Before:
<opml version="1.0">
<head>
<title>Sample OPML file for RSSReader</title>
</head>
<body><outline title="News" text="News"><outline text="Big News Finland" title="Big News Finland" type="rss" xmlUrl="https://wtools.io/"/><outline text="CoronaVirus" title="covid-19" type="rss" xmlUrl="https://wtools.io/"/><outline text="Reuters Top News" title="Reuters Top News" type="rss" xmlUrl="https://wtools.io/"/><outline text="Yahoo Europe" title="Yahoo Europe" type="rss" xmlUrl="https://wtools.io/"/>
</outline>
<outline title="Tech" text="Tech"><outline text="Best web tools" title="Coding Horror" type="rss" xmlUrl="https://wtools.io/"/><outline text="SEO tools" title="seo 2020" type="rss" xmlUrl="https://wtools.io/"/><outline text="Developer tools" title="dev" type="rss" xmlUrl="https://wtools.io/"/><outline text="Reuters Technology" title="Reuters Technology" type="rss" xmlUrl="https://wtools.io/"/>
</outline>
</body>
</opml>
After:
<opml version="1.0">
	<head>
		<title>Sample OPML file for RSSReader</title>
	</head>
	<body>
		<outline title="News" text="News">
			<outline text="Big News Finland" title="Big News Finland" type="rss" xmlUrl="https://wtools.io/"/>
			<outline text="CoronaVirus" title="covid-19" type="rss" xmlUrl="https://wtools.io/"/>
			<outline text="Reuters Top News" title="Reuters Top News" type="rss" xmlUrl="https://wtools.io/"/>
			<outline text="Yahoo Europe" title="Yahoo Europe" type="rss" xmlUrl="https://wtools.io/"/></outline>
		<outline title="Tech" text="Tech">
			<outline text="Best web tools" title="Coding Horror" type="rss" xmlUrl="https://wtools.io/"/>
			<outline text="SEO tools" title="seo 2020" type="rss" xmlUrl="https://wtools.io/"/>
			<outline text="Developer tools" title="dev" type="rss" xmlUrl="https://wtools.io/"/>
			<outline text="Reuters Technology" title="Reuters Technology" type="rss" xmlUrl="https://wtools.io/"/></outline>
	</body>
</opml>
Donate

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

Paypal
Related Tools