XML not validating in Mac OS X
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 5
- Joined: Tue Mar 04, 2008 5:07 am
XML not validating in Mac OS X
Hi,
I've got some XML that I'm trying to validate against a local DTD. The DTD has a reference to an oasis CALS DTD.
In Oxygen on Windows the XML validates fine but in my Mac OS X version it doesn't – I get a file path problem.
Oxygen responds:
FileNotFoundException-/Users/MyAccoutn/Desktop/ConversionDocs Folder/library/..\library\oasis_xml_exchange_table_model_19990315.dtd (No such file or directory)
I'm an XML beginner, so sorry if there is very obvious solution to this.
Thanks,
Bay
I've got some XML that I'm trying to validate against a local DTD. The DTD has a reference to an oasis CALS DTD.
In Oxygen on Windows the XML validates fine but in my Mac OS X version it doesn't – I get a file path problem.
Oxygen responds:
FileNotFoundException-/Users/MyAccoutn/Desktop/ConversionDocs Folder/library/..\library\oasis_xml_exchange_table_model_19990315.dtd (No such file or directory)
I'm an XML beginner, so sorry if there is very obvious solution to this.
Thanks,
Bay
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: XML not validating in Mac OS X
Post by sorin_ristache »
Hello,
You used a Windows file path when you referenced the DTD:
That is not portable on Mac OS X. You can use a Unix file path which works both on Windows and on Mac OS X:
Regards,
Sorin
You used a Windows file path when you referenced the DTD:
Code: Select all
..\library\oasis_xml_exchange_table_model_19990315.dtd
Code: Select all
../library/oasis_xml_exchange_table_model_19990315.dtd
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service