jonkemp / jonkemp/gulp-inline-css

Not preserving XHTML

Open
#22 4 comments 3 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
271
Forks
28
PR merge metrics
No merged PRs in 30d

Description

I'm attempting to use this to inline styles in an XSL template. In order for the XSLT processor to operate correctly, it requires strict XHTML with proper closing tags. For example:

``` html

```

Becomes

``` html

```

Without the closing tag. This is not legal XML, therefore fails processing.

Is there a way to output as XHTML with closing tags **everywhere**?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.