Assigning a Root Element
Using: FM 8.0
I am working with a single fm file (not a .book) and its associated EDD file was generated from an DTD. I then attached the “ValidHighestLevel” element to one of the element tags in the EDD in hopes of making it the root element. After importing the EDD back into the .fm file, the element fails to change to the root element, it still shows the default “NoName” in structure view.
I believe that this document would be valid if I could get the root element “NoName” to be replaced, but I cant seem to figure this out. In the example below, I am attempting to show the structured view of the file as it currently is displayed, also I have shown my Ideal view below it. If the “NoName” element was eliminated and then replaced by the “Product” element this would solve my issue. Can someone explain what I am doing wrong.
Additionally, is there a way of assigning the Root Element directly by using the read/write rules?
Thanks in advance.
<<<<Current file Struct View>>>>
NoName
-Product
---Package
---Box
---Label
---Merchandise
<<<<Current file Struct View>>>>
<<<<Ideal file Struct View>>>>
Product
-Package
--Box
--Label
--Merchandise
<<<<Ideal file Struct View>>>>
