You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rouge incorrectly flags endlines in an XML attribute value as invalid. (In other words, it does not allow endlines in an XML attribute value). However, it's perfectly valid to have endlines in an XML attribute. Endlines are often used to organize very long attribute value names such as XSD URIs in the schemaLocation attribute.
Rouge incorrectly flags endlines in an XML attribute value as invalid. (In other words, it does not allow endlines in an XML attribute value). However, it's perfectly valid to have endlines in an XML attribute. Endlines are often used to organize very long attribute value names such as XSD URIs in the schemaLocation attribute.
Example:
You can see even here on GitHub it's recognized.
The text was updated successfully, but these errors were encountered: