Re: [xslt] Release of libxslt-1.0.10



On Tue, Jan 15, 2002 at 02:43:16AM +0000, Justin Fletcher wrote:
> 	/*
> 	 * Avoid hitting the DTD when scanning nodes
> 	 * but keep it linked as doc->intSubset
> 	 */
> ==>	xmlNodePtr cur = doc->intSubset;
 make it
        xmlNodePtr cur = (xmlNodePtr) doc->intSubset;

  an xmlDtdPtr is acceptable as an xmlNodePtr for navigation purposes.

> With the exception of that, everything else seems to work just fine with the
> RISC OS version of xsltproc, AFAICT.

 Okay,

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]