I'm having a similar problem, but mine has to do with me modifying the xml. What I'm trying to do is add another tab to display another text file I added to the \valdacil_info\journal\quests directory. In the xml, I modified the following:
FROM:
<DataSource Name="OtherTabSource">
<Data Name="Access" target="AccessPage" Text="Access"/>
<Data Name="Lore" target="LorePage" Text="Lore & Legend"/>
<Data Name="Hunting" target="HuntingPage" Text="Hunting Guide"/>
</DataSource>
TO:
<DataSource Name="OtherTabSource">
<Data Name="Access" target="AccessPage" Text="Access"/>
<Data Name="Lore" target="LorePage" Text="Lore & Legend"/>
<Data Name="Hunting" target="HuntingPage" Text="Hunting Guide"/>
<Data Name="Misc" target="MiscPage" Text="Misc"/>
</DataSource>
I then copied and pasted everything between the start hunting and end hunting tags, changing all the references from "Hunting" to "Misc". What I end up with is every tabpage showing no information. Also, the Lore and Legend tab shows the "&" instead of just the "&". Was there something I missed that needs to be changed?
Thanks.
|