Invelos Forums->DVD Profiler: Desktop Technical Support |
Page:
1 Previous Next
|
Export Profile Database function, FullyQualifiedName tag gone |
|
|
|
Author |
Message |
Registered: June 12, 2007 | Posts: 2 |
| Posted: | | | | When using the Export Profile Database function in DVD Profiler 2, tags in xml file were labeled as FullyQualifiedName (example below)
<Tags> <Tag> <Name>Hard Drive</Name> <FullyQualifiedName>Hard Drive</FullyQualifiedName> </Tag>
in DVD Profiler 3 the FullyQualifiedName has been removed (example below)
<Tags> <Tag Name="Hard Drive" FullName="Hard Drive"/> </Tags>
Please return to DVD Profiler 2 format if possible |
| Registered: March 14, 2007 | Posts: 273 |
| | Registered: March 13, 2007 | Reputation: | Posts: 2,217 |
| Posted: | | | | Quoting dewy: Quote: in DVD Profiler 3 the FullyQualifiedName has been removed (example below) Not removed, just renamed to "FullName" Quote: Please return to DVD Profiler 2 format if possible No! The new format ist much nicer. If you previously used contains(Tags, '$Foo')now simply use count(Tags/Tag[@FullName = 'Foo/Bar'])>0(not tested, but you should get the idea) cya, Mithi | | | Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki |
| Registered: June 12, 2007 | Posts: 2 |
| Posted: | | | | I use meedio as my media center software and there is a plugin called xml2mee that creates a meedio library file from the DVD profiler xml file, the author just updated it to work with DVD profiler v3 and the only thing I lost was my custom tag in the meedio library file, xml2mee needs DVD profiler 2 format shown in example from my earlier post to create this tag in meedio library file.
XML2mee v3 in meedio forum http://www.meedios.com/forum/viewtopic.php?t=938&start=0 |
| Registered: March 14, 2007 | Reputation: | Posts: 1,029 |
| Posted: | | | | No! The new format correctly uses @Name and @FullName, whereas v2.x did incorrectly put the full path name for the tag in both the Name and FullyQualifiedName fields. | | | Matthias |
| Registered: August 1, 2007 | Posts: 4 |
| Posted: | | | | It would be more appropriate to choose attributes or element content, not both,
however,
XML2mee allows one to process the import XML with a stylesheet. I recommend writing a stylesheet that returns the XML to the v2 format for the sake of XML2Mee |
|
|
Invelos Forums->DVD Profiler: Desktop Technical Support |
Page:
1 Previous Next
|
|