Java Programming : Pencil-me-in
Pencil Me In is a program designed to read a file containing a calendar of events and generate a weekly shedule in HTML
list or table format, suitable for framing or posting to a personal web page.
The Super Pencil Me In program can read an input in XML and genate calendar information in WML.
Basic Pencil Me In
The Code
[README |
A Simple Input File : sample_input.txt |
HTML Table Output : output_table.html
]
Super Pencil Me In
The Super Pencil Me In program can read the input in XML or text format. For parsing the XML document the JAXP (Java
API for XML parsing) parser, DOM (Document Object Model) is used. The output calendar can be produced in HTML table/list
format or as a WML deck, as required by the user.
To test the WML output, Nokia WAP Toolkit is used.
The Code
[README |
Sample input XML file : input.xml |
Output WML Deck: wmlDeck.wml
]