Monday, January 07, 2008

XML Master exam study notes on 7 Jan 08

This is the declaration of an xml document

<?xml version="1.0" encoding="utf-8"?>

An optional attribute "standalone" can be uses to identify whether an xml document need to reference an external reference.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

DTD standard for Document Type Definition, it is a kind of define to verify whether an xml document is a valid xml document.

We can use a <!DOCTYPE> element to create DTD, like this

<!DOCTYPE demo [
<!ELEMENT demo (date, location)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT location (#PCDATA)>
<!ENTITY kt "Kown Tong">
<!ENTITY klncity "Kowloon City">
]>

Inside the Day 5 study, it seems not much related to the namespace handling in DTD. And, the NTATION, NTOKEN, MNTOKEN ... etc. need to have more explainations.

Friday, January 04, 2008

XML Master exam study notes on 4 Jan 08

4 Jan 2008

For the moment, I read the Day 1, 2, 3 and 4 of the Tech Yourself XML in 21 Days 3rd Edition.

It is not difficult for a developer to understanding, but only about the handling Namespace in DTDs.

I'll start the Day 5 studying tonight. It is about handling attributes and entities.

Tuesday, January 01, 2008

XML Master Certification group created

Since, the extremely busy work... I'm being forced to hold my studying path over 3 months.

At the end of 2007, I resumed my study again in my 9 days vacation. ^^

I think there should a lots of people whom like as me, but want to share our own study materials with someone need it. Therefore i created a group in Google group for everyone whom are interesting to take the XML Master Certification examination, can share their experience and study information together.



Google Groups
Subscribe to XML Master Certification
Email:
Visit this group

XML Master Cert Group

Google Groups
XML Master Certification
Visit this group