#763: FPF won't work with XHTML documents that use a namespace prefix for XHTML
elements
--------------------+-------------------------------------------------------
 Reporter:  david   |       Owner:  david 
     Type:  defect  |      Status:  new   
 Priority:  low     |   Milestone:  0.11.2
Component:  filter  |     Version:  0.11.1
 Severity:  minor   |    Keywords:        
Has_patch:  0       |  
--------------------+-------------------------------------------------------
 Like, you know...
 {{{
 <x:html xmlns:x="http://www.w3.org/1999/xhtml";>
   <x:head>
 }}}
 and so on.

 Must use {{{localName}} and the respective checks instead of
 {{{nodeName}}} everywhere.

 Also, {{{$this->xpath->registerNamespace('html',
 $this->doc->documentElement->namespaceURI);}}} is done. Again, same issue.

-- 
Ticket URL: <http://trac.agavi.org/ticket/763>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to