You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/04 23:57:47 UTC

DO NOT REPLY [Bug 27457] New: - Errors in documentation XML

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27457>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27457

Errors in documentation XML

           Summary: Errors in documentation XML
           Product: Cocoon 2
           Version: 2.1
          Platform: All
               URL: http://cocoon.apache.org/2.1/userdocs/transformers/cincl
                    ude-
                    transformer.html#Including+External+XML+%28advanced%29
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: jconradmn@yahoo.com


For the section, Including External XML (advanced)

The Corrected XML should be:

<?xml version="1.0"?>
<data xmlns:cinclude="http://apache.org/cocoon/include/1.0">
	<cinclude:includexml>
	    <cinclude:src>http://itsunshine/tamino/blah</cinclude:src>
	   
	    <cinclude:configuration>
			<cinclude:parameter>
				  <cinclude:name>method</cinclude:name>
				  <cinclude:value>POST</cinclude:value>
			</cinclude:parameter>
		</cinclude:configuration>
	   
	    <cinclude:parameters>
		    <cinclude:parameter>
				<cinclude:name>message</cinclude:name>
				<cinclude:value>Hi there</cinclude:value>
			</cinclude:parameter>
			<cinclude:parameter>
				<cinclude:name>_Process</cinclude:name>
			
	<cinclude:value><name>matti</name><age>36</age></cinclude:value>
			</cinclude:parameter>
		</cinclude:parameters>
	</cinclude:includexml>
</data>