View Single Post
  #6  
Unread 11-30-2005, 05:47 PM
Lowes Lowes is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 2
Default

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 &amp; 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 &amp; 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 "&amp;" instead of just the "&". Was there something I missed that needs to be changed?

Thanks.
Reply With Quote