<prolog>
                
                
                    <its:rules
                    its:version="1.0">
                
                
                    <its:translateRule
                    selector="
                    //msg/notes
                    "
                    translate="no"/>
                
                
                    <its:locNoteRule
                    locNoteType="
                    description
                    "
                    selector="
                    //msg/data
                    "
                    
                
                
                    locNotePointer="
                    ../notes
                    "/>
                
                
                    </its:rules>
                
                
                    </prolog>
                
                
                    
                
                
                    <body>
                
                
                    <msg
                    id="FileNotFound">
                
                
                    <notes>
                    Indicates that the
                    resource file {0} could not be loaded.
                    </notes>
                
                
                    <data>
                    Cannot find the
                    file {0}.
                    </data>
                
                
                    </msg>
                
                
                    <msg
                    id="DivByZero">
                
                
                    <notes>
                    A division by 0 was
                    going to be computed.
                    </notes>
                
                
                    <data>
                    Invalid
                    parameter.
                    </data>
                
                
                    </msg>
                
                
                    </body>