I have a simple document format that allows text within a <description>
element. When I close and reopen the document the text is disrupted by the line
breaks in the XML - I would expect from prior use of XML Mind that the white
space should be collapsed to a single space.
Here is my CSS, which does not contain anything unusual:
types, complex-type, field, name, description {
display: block;
padding-bottom: 6px;
}
/*indentation*/
field {
margin-left: 5em;
}
/*titles*/
name {
font-size: 120%;
font-weight: bold;
}
/*Prefix texts*/
field name:before {
content: xpath("../../*[local-name(.) = 'name']") ".";
font-weight: bold;
}
________________________________
This e-mail, including accompanying communications and attachments, is strictly
confidential and only for the intended recipient. Any retention, use or
disclosure not expressly authorised by Markit is prohibited. This email is
subject to all waivers and other terms at the following link:
http://www.markit.com/en/about/legal/email-disclaimer.page
Please visit http://www.markit.com/en/about/contact/contact-us.page? for
contact information on our offices worldwide.
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support