#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   |   Resolution:        
 Keywords:          |    Has_patch:  0     
--------------------+-------------------------------------------------------
Old description:

> 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.

New description:

 For instance...
 {{{
 <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#comment:1>
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