https://s.phonesites.com/v0/b/phonesites-prod.appspot.com/o/images%2FitTxoDnsu2eguOn6S7RfDFoIgz13%2F1669306383819*Logo%20Transparency*png?alt=media&token=b203fb3d-a8b1-4e7a-b69d-9b4098f653bc

Edit HTML with PHP and Preserve the Formatting

Parse, modify, and export…keeping all whitespace formatting intact.

Need to modify an HTML file ... AND ... want to maintain the formatting style?  Want to make changes look seamless?  This parser does that!  It saves all the formatting that all other parsers discard so that it all can be exported BACK to HTML!

And this parser is easy to use since it was built from the ground up to only be an HTML parser.

Retain Everything Others Parsers Discard

Need to modify an HTML file ... AND ... want to maintain the formatting and style in your HTML file?  Want to make changes look seamless?  This parser does that!  It keeps all the formatting that all the other parsers discard so that it all can be in the export back to HTML!

Whitespace

During parsing, all whitespace is loaded into the DOM. Once the DOM is serialized back to HTML, all whitespace in the output will be identical to the original HTML. This allows a non-destructive import, modify and export.

Tag Name Cases

All tag and attribute names are preserved during parsing. Whatever style you use…upper case, lower case, camel case, whatever…will be identical to the original HTML. This allows a non-destructive import, modify and export.

Quotes for Attribute Values

Have a style of single quotes or double quotes you want to keep?  Use quotes in some values and not others?  Whatever style you used, it will be identical to the original HTML. This allows a non-destructive import, modify and export.

Easy to Install


Easily add the parser into your project!  You don’t need to edit the .ini file nor install an extension....so this parser is easy to use in shared hosting servers.  The parser is provided as  a single PHP source code file, so it's very easy to add to your project.

Support Included

If you have questions, we have professional engineers with decades of experience that can answer your questions!