Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] DocType Question

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: leo AT discoverisland.com
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] DocType Question
  • Date: Thu, 15 Mar 2007 17:18:31 -0400 (EDT)

Hi, if someone can help me with this it would be much appreciated.

I basically need to create the xml document below, but i'm havnig trouble
figuring out how to populate the doctype
with this data.

I tried all of Rusty's examples, but I couldn't find any that did this type
of doctype.
If anyone has a sample or a link to another site that could help me, it would
be greatly appreciated.

Thanks

<!DOCTYPE AJCPPUB [
<!NOTATION URL PUBLIC "-//IETF//NOTATION RFC 1738 Uniform Resource Locators">
<!ENTITY attach0 SYSTEM "file:/export/ACP/DATA/PDF/pdf_after.pdf" NDATA URL>
<!ENTITY attach1 SYSTEM "file:/export/ACP/DATA/PDF/pdf_before.pdf" NDATA URL>
]>


<AJCPPUB PUBID="ACA SAMPLE" >

</AJCPPUB>



  • [XOM-interest] DocType Question, leo, 03/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page