jonkemp / jonkemp/gulp-inline-css
Not preserving XHTML
Open
- 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.