-- Jason Qi <[EMAIL PROTECTED]> wrote
(on Sunday, 19 August 2007, 12:02 PM -0700):
> I found in these 4 files, in the first line, there is
> a extra stuff of
> "xmlns:xi="http://www.w3.org/2003/XInclude";
> 
> so that it looks like
> 
> <sect1 id="zend.controller.router" 
> xmlns:xi="http://www.w3.org/2003/XInclude";>
> 
> But others only have <sect1 id="zend.xxxx.yyyy"> in
> the first line.
> 
> I guess these cause the problem.

No, what it means is that the xml processor the user utilized was unable
to contact www.w3.org to get the schema for the XInclude XML namespace.
The xmlns:xi="..." declaration is so we can use XInclude to separate a
document into multiple smaller files.


> --- Jason Qi <[EMAIL PROTECTED]> wrote:
> 
> > Hi all,
> > 
> > The message looks like
> > 
> > element sect1: validity error: no declaration for
> > attribute xmlns:xi of element sect1
> > "id="zend.controller.router"
> > xml:base="module_spaces/Zend_Controller-Router.xml"
> > 
> > 
> > And other 3 files have the same messages, they are:
> > 
> > Zend_Controller-ActionHelper.xml
> > Zend_Controller-Plugins.xml
> > Zend_Validate-Set.xml
> > 
> > I believe they could happen in the corresponding
> > translations. 
> > 
> > Regards,
> > 
> > Jason 
> > 
> > 
> > 
> > 
> > 
> >        
> >
> ____________________________________________________________________________________Ready
> > for the edge of your seat? 
> > Check out tonight's top picks on Yahoo! TV. 
> > http://tv.yahoo.com/
> > 
> 
> 
> 
>        
> ____________________________________________________________________________________
> Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
> today's economy) at Yahoo! Games.
> http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
> 

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to