You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Mihael Knezevic <m....@porta.de> on 2002/04/02 15:21:43 UTC

OFF-TOPIC: dtd in xml-file

hi,

sorry for this off-topic question but i don't know where to post it
elsewhere:

i want to have the dtd in the xml-file. what do i have to write after
doctype

<!DOCTYPE Bericht SYSTEM \"ker.dtd\" >

please help.

thanx

mk

Re: OFF-TOPIC: dtd in xml-file

Posted by Mihael Knezevic <m....@porta.de>.
thanx. just what i needed.

On 2002.04.02 23:58 Roland Neilands wrote:
> From the "complete idiots" book, which I just happened to read yesterday
> ;)
> Document Type Declaration:
> 
> <!DOCTYPE root-element SYSTEM "URI" >
> 
> OR
> 
> <!DOCTYPE root-element [
>      DTD-content
> ]>
> 
> 
> Regards,
> Roland Neilands
> Analyst/Programmer
> Pulse Mining Systems Pty Ltd
> (w) +612 4933 3300
> (f) +612 4933 6732
> (e) rneilands@pulsemining.com.au
> 
> This e-mail is solely for the use of the intended recipient and may
> contain
> information which is confidential or privileged. Unauthorised use of its
> contents is prohibited. If you have received this e-mail in error, please
> notify the sender immediately via return e-mail and then delete the
> original
> e-mail.
> 
> -----Original Message-----
> From: Mihael Knezevic [mailto:m.knezevic@porta.de]
> Sent: Tuesday, 2 April 2002 11:22 PM
> To: fop-user@xml.apache.org
> Subject: OFF-TOPIC: dtd in xml-file
> 
> 
> hi,
> 
> sorry for this off-topic question but i don't know where to post it
> elsewhere:
> 
> i want to have the dtd in the xml-file. what do i have to write after
> doctype
> 
> <!DOCTYPE Bericht SYSTEM \"ker.dtd\" >
> 
> please help.
> 
> thanx
> 
> mk
> 
>