View Single Post
Old 20-10-2005   #5 (permalink)
d5d
New on Forum
 
Join Date: Oct 2005
Posts: 5
Re: NeroVision XML and templates

I'm having exactly problem #3 from the above:
(3) While the main menu correctly contains the subtitle "My Video" written underneath the thumbnail (this is great!) the chapter menu only shows the text "1." written under the video. Is there any way I can get a text description written under the video under the chapter menu?
Here is my XML input (wrapping in HTML tag so it would display properly):

HTML Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <nerovision-project version="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchema**********"NeroVisionAPI.xsd"> <dvd encoding="NTSC"> <label>This is a label!</label> <content> <videotitle name="Chapters" id="t1"> <video src="C:\\video\\in\\family_dvd.mpg"/> <chapters> <chapter-mark pos="0" id="c1" name="Chapter 1"/> <chapter-mark pos="47" id="c2" name="Chapter 2"/> <chapter-mark pos="281" id="c3" name="Chapter 3"/> <chapter-mark pos="635" id="c4" name="Chapter 4"/> <chapter-mark pos="722" id="c5" name="Chapter 5"/> <chapter-mark pos="1233" id="c6" name="Chapter 6"/> <chapter-mark pos="1238" id="c7" name="Chapter 7"/> <chapter-mark pos="1831" id="c8" name="Chapter 8"/> <chapter-mark pos="2048" id="c9" name="Chapter 9"/> <chapter-mark pos="2351" id="c10" name="Chapter 10"/> </chapters> </videotitle> <videotitle name="Montages" id="t2"> <video src="C:\\video\\in\\family_montage_standard.mpg"/> <chapters> <chapter-mark pos="0" id="m1" name="Standard Montage"/> </chapters> </videotitle> </content> <menu default-thumbnail="FirstNonEmptyFrame"> <default-template id="templ1" name="Family Fun"/> <main-menu/> <chapter-menu title-id="t1"/> <chapter-menu title-id="t2"/> </menu> </dvd> </nerovision-project>
I get one chapter, labeled "1." and that's it.
d5d is offline   Reply With Quote