You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/05/07 17:26:42 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan faq.xml

dleslie     01/05/07 08:26:40

  Modified:    c/xdocs/sources/xalan faq.xml
  Log:
  Added faq on HIERARCHY_REQUEST_ERR.
  
  Revision  Changes    Path
  1.19      +18 -0     xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- faq.xml	2001/02/20 13:18:35	1.18
  +++ faq.xml	2001/05/07 15:26:32	1.19
  @@ -181,6 +181,24 @@
   		</a>
   	</faq>
       
  +        <faq title="What does the XalanDOMException HIERARCHY_REQUEST_ERR mean?">
  +      <q>What does the XalanDOMException HIERARCHY_REQUEST_ERR mean?</q>
  +      <a>
  +        <p>It means that an attempt was made to add a node to a DOM that would create
  +          an invalid structure.  For example, text nodes are not allowed as children
  +          of the document node.</p>
  +
  +          <p>This is also a very common error when attempting to transform to DOM.
  +          Source documents and stylesheets that might produce valid serialized XML
  +          might not produce value DOM.  The usual suspect is text nodes being
  +          generated before the document element is generated.</p>
  +          <p>If you think you have seen this error because of a bug in Xalan-C++'s source tree
  +          implementation, please post a bug report on Bugzilla, and attach a minimal source document 
  +          and stylesheet that produce the problem to the bug report.</p>
  +      </a>
  +    </faq>
  +
  +    
   <faq title="Patches">
   <q>Who do I submit patches to?</q>
   <a><p>Your contributions are much appreciated! Please e-mail your patches to <human-resource-ref idref="xalandev"/>.</p></a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org