[EMAIL PROTECTED] wrote:

Ok worst case scenario - i make the DTD myself. Then i need to
add the following code to the top of my XML docs...am i right ?


<?xml version="1.0" ?> <!DOCTYPE SYSTEM "MyDTD.dtd">

<myRootElement
xmlns='http://www.xyz.com/ContentMetaData' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://www.xyz.com/ContentMetaData ContentMetaData.xsd'>


No, it needs to be:

<!DOCTYPE myRootElement SYSTEM "MyDTD.dtd">

Bob Foster
http://xmlbuddy.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to