<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" "file:/D:/xmltools/docbook/docbkx412/docbookx.dtd" [<!ENTITY points SYSTEM "../points.xml">
<!ENTITY % publishingdefs SYSTEM "../common/publishingdefs.xml">
%publishingdefs;

<!ENTITY % examdefs SYSTEM "../common/examdefs.xml">
%examdefs;
<!ENTITY header SYSTEM "../common/header.xml">


]>
<book>
&header;


<article>
		<qandaset>
				<qandaentry>
					<question>
						<para>Welche Vorteile bietet Ihnen eine Markup Sprache im Vergleich zu herk&ouml;mmlichen WYSIWYG Prozessoren?</para>
						<para>What are the advantages of a markup language compared to common WYSIWYG processors?</para>
					</question>
					<answer>
						<para></para>
						<literallayout>














</literallayout>
&points;
					</answer>
				</qandaentry>

				<qandaentry>
					<question>
						<para>Erkl&auml;ren Sie den Unterschied zwischen well-formed und valid XML anhand eines XML Editors. Wie kann Sie der Editor jeweils unterst&uuml;tzen? </para>
						<para>Explain the differences between well-formed and valid XML using an XML Editor. How can the editor support you in both cases?</para>
					</question>
					<answer>
						<para></para>
						<literallayout>















</literallayout>
&points;
					</answer>
				</qandaentry>
				<qandaentry>
					<question><para>Welche Bedeutung haben die Zeichen "*", "+" und "?" in einer DTD?</para>
						<para>Explain the characters "*", "+" and "?" in a DTD</para>
</question>
					<answer>
						<para></para>
						<literallayout>















</literallayout>
&points;
					</answer>
				</qandaentry>

				<qandaentry><question>
						<para>Schreiben Sie eine XML Instanz f&uuml;r die folgende DTD :</para>
						<para>Given the following DTD write a proper XML instance for it: </para>
						<para>
<markup>
<![CDATA[           
<!ELEMENT book (info,chapter*) >
<!ATTLIST book 
	      title CDATA #required >
<!ELEMENT chapter (section*)    >
<!ELEMENT section (para*)  >
<!ELEMENT para (#PCDATA)  >                         
<!ELEMENT info (#PCDATA)  >                         

]]>
</markup></para>
					</question>
					<answer>
						<para></para>
						<literallayout>














</literallayout>
&points;
					</answer>
				</qandaentry>
				<qandaentry>
					<question>
						<para>Nennen Sie eine Schw&auml;che von DTDs die durch XML-Schema beseitigt werden.</para>
						<para>Name a weakness of DTDs which is solved by XML Schema.</para>
			</question>
					<answer>
						<para>
</para>
						<literallayout>















</literallayout>
&points;
					</answer>
				</qandaentry>
				<qandaentry>
					<question><para>Erkl&auml;ren Sie was ein Stylesheet macht. Wieso ist es sinnvoll Stylesheets vom Dokument zu trennen?</para>
						<para>Explain what a stylesheet does. Why is it useful to separate Stylesheets from documents?</para>
</question>
					<answer>
						<para></para>
						<literallayout>















</literallayout>
&points;
					</answer>
				</qandaentry>
				<qandaentry>
					<question><para>Welchen Mechanismus verwendet XML um gleichnamige Tags zu unterscheiden? Wie funktioniert er?</para>
						<para>Which mechanism is used by XML to distinguish tags with the same name?  How does it work?</para>
</question>
					<answer>
						<para></para>
						<literallayout>
















</literallayout>
&points;
					</answer>
				</qandaentry>

				<qandaentry>
					<question>
						<para>Sie wollen zwischen zwei Stellen Ihres XML Dokuments eine Verbindung herstellen (einen "Link"). Welches XML Mittel gibt es daf&uuml;r. Erstellen Sie ein Beispiel.</para>
						<para>You want to make a relation between two places in your XML document (a "link"). Which XML feature does this? Give an example.</para>
					</question>
					<answer>
						<para></para>
						<literallayout>













</literallayout>
&points;
					</answer>
				</qandaentry>
				<qandaentry>
					<question>
						<para>Auf welche Weise steuern die Resource-Elemente des Job Definition Formats (JDF) den Ablauf eines Jobs. Besteht der Begriff einer digitalen Auftragstasche bei JDF noch zu Recht? Welche node Typen gibt es in JDF und warum?</para>
					<para>How do resource elements in the Job Definition Format (JDF) control the flow of processes? Is the term digital job ticket still applicable for JDF? Which node types exist in JDF and why?</para> 
									</question>
					<answer>
						<para></para>
						<literallayout>









</literallayout>
&points;
					</answer>
				</qandaentry>
				<qandaentry>
					<question>
					<para>Nennen Sie vier Elemente aus dem docbook tagset und erkl&auml;ren Sie ihre Verwendung.</para>
					<para>Name four elements from docbook and explain their use.</para>
					</question>
				<answer>
						<para></para>
						<literallayout>















</literallayout>
&points;
					</answer>
				</qandaentry>
			</qandaset>
	</article>
</book>
