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
Copy file name to clipboardExpand all lines: src/overview.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<code>DOMDocumentFactory</code>, and the produced documents (and elements) will
9
9
be style-aware.</p>
10
10
<p>To use the library with dom4j (using dom4j-like documents, elements and factory) you need the <code>css4j-dom4j</code> module in addition to the core
11
-
module. Although the -dom4j module formally depends on the -agent module, you do not really need it unless you plan to use the DOM4J agent.</p>
11
+
module. The -dom4j module optionally depends on the -agent module, you do not need it unless you plan to use the DOM4J agent.</p>
12
12
<divstyle="margin: 2em 0 2.7em 0">
13
13
<h3>Example with DOM4J</h3>
14
14
<p>This is the easiest way to use this package with DOM4J, using that library's <code>SAXReader</code>:</p>
0 commit comments