|






News and Events
Quick Explanation
News and Events
Senior Project opportunities for Spring 2003:
For NSDL All projects meeting in Dec '02
|

|
Resources:
- DLSI development portal
Only accesible within the NJIT network
- XML -- Extensible Markup Language
- XML is a markup language which allows user defined tags. It is used
to describe text and data. XML is used by DLSI for configuration files,
internal message passing and mapping rules.
- XSL -- Extensible Stylesheet Language
- XSL is used to describe how XML documents will be displayed in a
browser. It is used by DLSI to specify the display of the user requested
document which is processed internally using XML.
- DOM -- Document Object Model
- The DOM provides a structural definition of a document which allows
you to programmatically access sections (e.g paragraphs) or objects
(e.g images) in a document. An understanding of DOM allows users DLSI
wrapper developers to specify elements of interest on a page.
- JDOM
- JDOM is a Java API for manipulating XML documents.
|