TR : RE : RE : [fpc-pascal] Patch: new XML export for FCL-DB, was: SDFDataset multiline support: request for a look at patch+test, issue 17285
Ludo Brands
ludo.brands at free.fr
Sat Jul 23 13:38:51 CEST 2011
-----Message d'origine-----
De : Ludo Brands [mailto:ludo.brands at 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
More information about the fpc-pascal
mailing list