Skip to main content
Known Participant
October 19, 2009
Question

Can I control the file of "FrameMaker log" display or not?

  • October 19, 2009
  • 1 reply
  • 1761 views

When I open my xml file in frameMaker. The file of  "FrameMaker log" always display at first. I want to control it not display at first.What can I do?

This topic has been closed for replies.

1 reply

Inspiring
October 19, 2009

Hi Zhaopeng,

make sure the XML file is valid. If the XML parser has nothing to complain about there will be no log window.

- Michael

zhaopengAuthor
Known Participant
October 20, 2009

But When I test my xml in another tool. The xml file is valid. When I open the xml in structured framemaker. It will display the "FrameMaker log".But the last result (xml data+template) is correct.

According to the log file, I think  FrameMaker is not find my dtd/xsd file.But In structure application define I have already defined all nessary info.I want to know why?  

Legend
October 20, 2009

Zhaopeng,

I think you are correct... FrameMaker is unable to find your schema.  You say that your structure application is set up, but something must be incorrect. Try this:

- In my experience with XML schema, I have had to define the noNamespaceSchemeLocation in my EDD for the highest-level element.

- If your XML file points to a schema location that is different than your structured application, the declaration in the XML file will take preference. It appears that the 'aoi' element does point to a schema location... make sure that the schema is actually at that location.

Russ