1. | Welchen Vorteil bringt ein XML Dokument im Vergleich zu propietären Formaten wie Word, Quark Express etc? What is the advantage of a document written in XML compared to proprietary formats like Word, Quark Express etc. |
|
|
2. | Erklären Sie die Bedeutung von * + ? in einer DTD?. Explain the meaning of * + ? in a DTD? |
|
|
3. | Eine DTD definiert ein "car" Element. Fügen Sie ein Attribute "type" hinzu. Wie sieht das dann in der Instanz aus? A DTD defines a "car" element. Add an attribute "type" to this element. How does this look in the instance now? <!ELEMENT car (#PCDATA)> |
|
|
4. | Wie sieht das Ergebnis aus wenn folgendes Fragment einer Instanz durch den Parser geht? How does the result look if the following fragment of an instance gets parsed?
<!ENTITY vize "Germany" >
<text>Second place at the football world championship went to &vize; </text> |
|
|
5. | Schreiben Sie eine DTD für die folgende XML Instanz: Given the following XML instance, write a proper DTD for it: <CD>
<artist>....................</artist>
<title>................................</title>
<price>...............................</price>
</CD> |
|
|
6. | Was ist der Vorteil von XML-Schema gegenüber einer DTD. Wann würden Sie XML-Schema benutzen? What are the advantages of XML-Schema over DTD's? When do you use a XML-Schema? |
|
|
7. | Macht es einen Unterschied für einen XML-Editor wenn eine DTD zur Instanz existiert und was kann der Editor auf Grund der DTD machen? Does it make a difference for the xml editor if you have a DTD and what can it do because of the DTD? |
|
|
8. | Welches Mittel verwenden Sie um XML in verschieden Ausgabeformaten darzustellen? How is the mechanism called that allows rendering or transformation of XML documents? |
|
|
9. | Welchen Vorteil bringt JDF gegenüber anderen Jobtickets wie PPF, PJTF? What is the advantage of JDF compared to other job ticket formats like PPF, PJTF? |
|
|
10. | Erläutern Sie in Stichworten die Aufgaben folgendes JDF Elements: resource. Give a short explanation of the following JDF core element and what it does: resource |
|
|