Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

dtd not found

Contributor ,
Dec 03, 2010 Dec 03, 2010

HI All

When i kept my input xml inside dtd folder and import it import xml with any error and all name entity like   are convert.

But when input xml outside dtd the folder and import it show messeage dtd is not found. below my sample xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cover SYSTEM "\\F\D_Drive_backup\Job\Cover\abc\abc.dtd">
<cover type="regular">
<cover-head>
  <jti>Journal of Luminescence</jti>
  <jid>LUMIN</jid>
  <vol>131</vol>
  <issue-prefix>Issue</issue-prefix>
  <issue-prfx/>
  <issue>1</issue>

<overprint required="yes"/>

<eightdigitartilce id="CO2" artilce="80001449" categ="IC"/>

<eightdigitartilce id="CO4" artilce="80001450" categ="OC"/>
  <date>January 2011</date>
  <month>January</month>
  <year>2011</year>
  <pagerange>1&ndash;164</pagerange>
  <issn>0022-2313</issn>
  <pubinfo/>
</cover-head>

is any change require in xml

thank in advance

TOPICS
Scripting
593
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 03, 2010 Dec 03, 2010

is the dtd path

\\F\D_Drive_backup\Job\Cover\abc\abc.dt

accessible on your system?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 03, 2010 Dec 03, 2010
LATEST

thank for response

we figured out the solution!!!!!!!!!!!!!!!!!!!!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines