-----Message d'origine-----
De : Ludo Brands [mailto:ludo.bra...@free.fr] 
Envoyé : samedi 23 juillet 2011 13:35
À : 'Reinier Olislagers'
Objet : RE : RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB, was:
SDFDataset multiline support: request for a look at patch+test, issue 17285


> Regel 4: name Onbekende eigenschap

215
    // Add table list. If we're exporting an FPC dataset, there
    // will only be one table.
    FXSDTableListNode := FOutputDoc.CreateElement('xsd:element');

Was
 
    FXSDTableListNode := FOutputDoc.CreateElement('element');


> Regel 18: minOccurs   Syntaxisfout
> Regel 23: minOccurs   Syntaxisfout
> Regel 25: base        Onbekende eigenschap

228
      RestrictionNode := FOutputDoc.CreateElement('xsd:restriction');

Was

      RestrictionNode := FOutputDoc.CreateElement('xsd.restriction');


The decimal point needs also to be localised ;(

Ludo


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to