Recent content by jeffsic

  1. J

    Progress XML and Crystal

    additional information i have found: it looks like i need to get a DTD reference into the xml. I see there is a write-external-dtd but it references a SAX reference which lost me. I thought it would simple to create an XML document with embedded schema for any package to read but apparently...
  2. J

    Progress XML and Crystal

    Hi, i am using OpenEdge 10 to create an XML file for use with Crystal Reports XI. I am using the following code to generate the XML file. ASSIGN cTargetType = "file" cFile = "c:\shipperxml.xml" lFormatted = YES cEncoding = ? cSchemaLocation = ? lWriteSchema =...
Back
Top