| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: SQL for presentation
> >> Jumping from a SELECT to HTML is difficult to picture here.
> >
> > I think so too, but lets say we had a better relational language and a
> > relational schema for a html document, instead of a hierachial xml
> > document?
> >
>
> It's hard for me to picture, can you provide more detail on what you think
> it may look like?
Does "it" refer to relational language or the relational schema? In case schema, I have something like this in mind.
html(docid, title, bodyelementid)
element(elementid, seqno, parentid)
form(elementid, action)
input(elementid, type, name, value)
table(elementid, border)
tr(elementid, rowno)
etc etc
/Fredrik Received on Wed Jul 05 2006 - 16:07:07 CDT
![]() |
![]() |