This is my oversimplified attempt at making sure I have a basic understanding of what we are learning in class. Please let me know if I am wrong, so I am not misunderstanding it from the outset.
1) We inputed SQL statements in Oracle to create a working database.
2) We created an XSQL file which generates queries into XML.
3) We created an XSL file which holds templates that will allow XML to be presented in a structured format on the web.
4) We take the XSL file, input it back into the XSQL page, which results in a transformed XSQL page that can be viewed online in the way we want it to be displayed.
Also, can anyone explain row sets? Many thanks!
Comments