+ <li>New class <tt>broadcast-handler</tt> as a generalization
+ of the older <tt>sax-proxy</tt>.</li> + <li>New class <tt>tapping-source</tt>, a klacks source that + relays events from an upstream klacks source unchanged, while also + emitting them as SAX events to a user-specified handler at the + same time.</li> + Fixed serialize-event to generate + start-prefix-mapping and end-prefix-mapping events. New function + map-current-namespace-declarations.</li>
This commit is contained in:
10
doc/cxml.css
10
doc/cxml.css
@ -10,10 +10,11 @@ div.sidebar-title {
|
||||
background-color: #9c0000;
|
||||
border: solid #9c0000;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 0px;
|
||||
border-bottom-width: 2px;
|
||||
border-left-width: 4px;
|
||||
border-right-width: 0px;
|
||||
margin: 0em 2pt 1px 2em;
|
||||
padding-left: 1px;
|
||||
margin: 0em 2pt 0px 2em;
|
||||
}
|
||||
|
||||
div.sidebar-title a {
|
||||
@ -21,15 +22,14 @@ div.sidebar-title a {
|
||||
}
|
||||
|
||||
div.sidebar-main {
|
||||
background-color: #eeeeee;
|
||||
background-color: #f7f7f7;
|
||||
border: solid #9c0000;
|
||||
border-top-width: 0px;
|
||||
border-bottom-width: 0px;
|
||||
border-left-width: 4px;
|
||||
border-right-width: 0px;
|
||||
margin: 0em 2pt 1em 2em;
|
||||
padding-top: 2px;
|
||||
padding-left: 2px;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
div.sidebar ul.main {
|
||||
|
||||
Reference in New Issue
Block a user