I'm using this on JSP files, and it is changing my jsp-tags with uppercase characters to lowercase. I wonder is there a way to turn off the tag-closing (nightmare in jsp, but we're working around it) and tag-lowercasing features?
juice: {
xmlMode: true/false
}
^^ appeared to do nothing.
Is there anyway to achieve this, I know it's not designed to work with .jsp files. If you're not willing to help support this, is there any chance you can point me in the direction of where this lower-casing is being applied, so I can fork the repo and modify it? :)
Regards, Simon.
I'm using this on JSP files, and it is changing my jsp-tags with uppercase characters to lowercase. I wonder is there a way to turn off the tag-closing (nightmare in jsp, but we're working around it) and tag-lowercasing features?
^^ appeared to do nothing.
Is there anyway to achieve this, I know it's not designed to work with
.jspfiles. If you're not willing to help support this, is there any chance you can point me in the direction of where this lower-casing is being applied, so I can fork the repo and modify it? :)Regards, Simon.