Eliotte,
I'm working with a building a Atom Reader/Editor. I'm using the FF binding
xf|output[mediatype="application/xhtml+xml"] {
-moz-binding: url('xforms-xhtml.xml#output-xhtml');
However, this binding only allows me to read in escaped xhtml. I cannot
read in regular xhtml, therefore, my prototype is useless.
-Tyler
On 6/1/07, Elliotte Harold <elharo@metalab.unc.edu> wrote:
>
> Tyler St. John wrote:
> > What kind of applications is everyone developing with APP?? I'm just
> > working on a really simple reader/editor. However, I've ran into
> > several problems. I've basically reached a wall in my application
> > because of the poor ability to handle xhtml content. This poor ability
> > may be due to my lack of experience in XForms and APP. I can only read
> > in escaped xhtml and not any xhtml wrapped in CDATA. Any ideas on what
> > I can do?
>
> Can you elaborate with examples of what you can and cannot do? To my way
> of thinking, that shouldn't matter, but perhaps I'm not understanding
> exactly what you're doing.
>
>
> --
> Elliotte Rusty Harold elharo@metalab.unc.edu
> Java I/O 2nd Edition Just Published!
> http://www.cafeaulait.org/books/javaio2/
> http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
>
--
Tyler St. John