Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Button: Save to XML: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
  



====Button: Save to XML====
==== Button: Save to XML ====


If you would like to have your rules in an XML format you can use the 'Save to XML' button, which will generate a small page for you with the rules of the group. Below is an example of how the rules look after export:
If you would like to have your rules in an XML format you can use the 'Save to XML' button, which will generate a small page for you with the rules of the group. Below is an example of how the rules look after export:  


{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="1189" border="1" cellpadding="2"
{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="1189" border="1" cellpadding="2"
|- align="left" valign="top"
|- align="left" valign="top"
| style="border: 1px solid #010101" width="1189" |
| style="border: 1px solid #010101" width="1189" |  
Example of XML Exported
Example of XML Exported  
 
|- align="left" valign="top"
|- align="left" valign="top"
| style="border: 1px solid #010101" width="1189" |
| style="border: 1px solid #010101" width="1189" |  
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
 
<scxml group-id="1012">
 
<selection-criteria id="1480" parent-selection-criteria-id="" sequence-index="1" target="-1" include-deleted="False" include-disabled="False">  


<scxml group-id="1012">
<qualification-variable qualification-id="1" start-level="0" end-level="2" />  


<selection-criteria id="1480" parent-selection-criteria-id="" sequence-index="1" target="-1" include-deleted="False" include-disabled="False">
</selection-criteria>  


<qualification-variable qualification-id="1" start-level="0" end-level="2" />
<selection-criteria id="1482" parent-selection-criteria-id="1480" sequence-index="2" target="25" include-deleted="False" include-disabled="False">  


</selection-criteria>
<sample-rule-variable questionnaire-id="493" include-none-sample="False"><sample id="595" /></sample-rule-variable>  


<selection-criteria id="1482" parent-selection-criteria-id="1480" sequence-index="2" target="25" include-deleted="False" include-disabled="False">
</selection-criteria>  


<sample-rule-variable questionnaire-id="493" include-none-sample="False"><sample id="595" /></sample-rule-variable>
<selection-criteria id="1481" parent-selection-criteria-id="1480" sequence-index="3" target="25" include-deleted="False" include-disabled="False">  


</selection-criteria>
<qualification-variable qualification-id="1" start-level="3" end-level="5" />  


<selection-criteria id="1481" parent-selection-criteria-id="1480" sequence-index="3" target="25" include-deleted="False" include-disabled="False">
</selection-criteria>  


<qualification-variable qualification-id="1" start-level="3" end-level="5" />
</scxml>  


</selection-criteria>
''<nowiki>* Target="-1" means that 'all' to be chosen for a rule's target; project-questionnaire is the same as a questionnaire; sub-question-index="-1" means that question is NOT a grid</nowiki>''


&lt;/scxml&gt;
_ <!-- imported from file: 7948.htm-->


''<nowiki>* Target="-1" means that 'all' to be chosen for a rule's target; project-questionnaire is the same as a questionnaire; sub-question-index="-1" means that question is NOT a grid</nowiki>''
|}


Back to: [[ Button: Save ]]
[[Category:The_rules_tab_(Groupbuilder)]]
__NOTOC__
<!-- imported from file: 7948.htm-->

Latest revision as of 09:50, 30 December 2011



Button: Save to XML

If you would like to have your rules in an XML format you can use the 'Save to XML' button, which will generate a small page for you with the rules of the group. Below is an example of how the rules look after export:

Example of XML Exported

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<scxml group-id="1012">

<selection-criteria id="1480" parent-selection-criteria-id="" sequence-index="1" target="-1" include-deleted="False" include-disabled="False">

<qualification-variable qualification-id="1" start-level="0" end-level="2" />

</selection-criteria>

<selection-criteria id="1482" parent-selection-criteria-id="1480" sequence-index="2" target="25" include-deleted="False" include-disabled="False">

<sample-rule-variable questionnaire-id="493" include-none-sample="False"><sample id="595" /></sample-rule-variable>

</selection-criteria>

<selection-criteria id="1481" parent-selection-criteria-id="1480" sequence-index="3" target="25" include-deleted="False" include-disabled="False">

<qualification-variable qualification-id="1" start-level="3" end-level="5" />

</selection-criteria>

</scxml>

* Target="-1" means that 'all' to be chosen for a rule's target; project-questionnaire is the same as a questionnaire; sub-question-index="-1" means that question is NOT a grid

_