Johannes de Le?n
01-19-2005, 03:00 PM
Could anyone tell me if this is the correct syntax while coding VB3 XML files, please?
Phrases:
<?xml version="1.0" encoding="ISO-8859-1"?>
<language name="shouldgetreplaced" vbversion="version here" type="phrases">
<phrasetype name="Group1">
<phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
<phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
</phrasetype>
<phrasetype name="Group2">
<phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
<phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
</phrasetype>
</language>
Can someone explain me the language name variable, and which other options are available?
Templates:
<style name="Custom" vbversion="version here" type="custom">
<templategroup name="templatetitle1">
<template name="templatetitle1" templatetype="template" date="date here" username="author" version="version here"><![CDATA[ALL TEMPLATE CODE HERE]]></template>
</templategroup>
</style>
And please do explain me where the templategroup name and the template name differ, and where are they used.
One last question, how do I upload them without erasing the current styles, but just adding the information to them?
Thanks in advance.
Phrases:
<?xml version="1.0" encoding="ISO-8859-1"?>
<language name="shouldgetreplaced" vbversion="version here" type="phrases">
<phrasetype name="Group1">
<phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
<phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
</phrasetype>
<phrasetype name="Group2">
<phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
<phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
</phrasetype>
</language>
Can someone explain me the language name variable, and which other options are available?
Templates:
<style name="Custom" vbversion="version here" type="custom">
<templategroup name="templatetitle1">
<template name="templatetitle1" templatetype="template" date="date here" username="author" version="version here"><![CDATA[ALL TEMPLATE CODE HERE]]></template>
</templategroup>
</style>
And please do explain me where the templategroup name and the template name differ, and where are they used.
One last question, how do I upload them without erasing the current styles, but just adding the information to them?
Thanks in advance.