Author: crossley
Date: Sat Oct 24 23:49:42 2009
New Revision: 829470
URL: http://svn.apache.org/viewvc?rev=829470&view=rev
Log:
Remind that SourceTypeAction can instead use various other techniques.
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/no-dtd.xml
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/no-dtd.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/no-dtd.xml?rev=829470&r1=829469&r2=829470&view=diff
==============================================================================
---
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/no-dtd.xml
(original)
+++
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/no-dtd.xml
Sat Oct 24 23:49:42 2009
@@ -28,8 +28,8 @@
</p>
<p>
Using a DTD is not always desirable, so another mechanism is needed to
- detect the content type. SourceTypeAction can instead detect an xml
- "Processing Instruction".
+ detect the content type. SourceTypeAction can instead use various other
+ techniques. One way is to detect an xml "Processing Instruction".
</p>
<p>
The source for this current document starts like this ...