SimDesign

SimDesign software users forum
It is currently Thu Jun 20, 2013 2:20 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Fri Jul 13, 2012 10:24 pm 
Offline
Site Admin
User avatar

Joined: Tue Jan 20, 2004 3:59 pm
Posts: 1425
Location: Hellevoetsluis, Netherlands
Dear Users,

I am happy to announce that NativeXml 4.03 is available for download. This release must be considered as a bit experimental and a bugfix release. Soon, I will create a new release that hopefully will fix another problem that one of my users has found.

Kind regards, Nils Haeck

Maintained by Nils Haeck (SimDesign BV)

Code:
! = bugfix
* = enhancement
+ = addition

Version 4.03 (13jul2012)
* Core End-Of-Line style is LF, defaults CR-LF, LF and CR for Windows, Linux, Mac
  respectively
! Fixed EOL bug in source (thx Christian)
* TsdChardata.GetCoreValue and .GetPlatformValue

Version 4.02 (05nov2011)
* default end-of-line style now esCRLF (uses CR-LF combination by default for Windows)
+ form storage in editor (both default and XE versions) uses NativeXml itself :)
+ added support for EolStyle = esCR (for use with the Mac)
+ added separator when writing declaration, skip separator when parsing declaration
! fixed problems in binary xml. Consequence: New binary xml version v2.
* NativeXml (and binary xml) now supports xml-stylesheet correctly
* binary xml now supports doctype correctly
* fixed attribute processing in NativeXmlStorage.pas (thanks RKS)

Version 4.01 (27jul2011)
+ added binary xml to the TNativeXml class itself
+ added methods BinaryMethod and AesKeyHex
* improved FixStructuralErrors.. NativeXml can now load html usually
* improved method sdUnNormalizeEol (faster now)
! fixed property handlers for ExternalEncoding and ExternalCodepage
+ updated DtpEditor XE

Version 4.00 (23jul2011)
+ implemented binary xml (BXM)
+ added ValueAsDate and ValueAsTime besides ValueAsDateTime
+ added SplitSecondDigits parameter (default = 0)
* constructor CreateParentNear instead of CreateParentBefore/After
  to avoid clash with CppBuilder
+ added zlib compression and AES encryption for BXM in the demo


Attachments:
NativeXml403.zip [869.13 KiB]
Downloaded 927 times
Top
 Profile  
 
PostPosted: Sun Jul 22, 2012 12:07 am 
Offline
Member

Joined: Mon Aug 16, 2004 11:12 am
Posts: 30
Thanks very much Nils!

Just a quick mention that if you're using Delphi XE2 you'll need to add the compiler defines to the end of the simdesign.inc file:

Code:
// Delphi XE2 / 16
{$ifdef VER230}
  {$define D7UP}
  {$define D10UP}
  {$define D15UP}
{$endif}


Cheers,
Christian.


Top
 Profile  
 
PostPosted: Sun Jul 22, 2012 12:51 am 
Offline
Member

Joined: Mon Aug 16, 2004 11:12 am
Posts: 30
Hi,

Also it seems there is a compile error introduced due to the new FPC defines in NativeXmlObjectStorage.pas at line 1322:

Code:
      {$ifdef FPC}
      tkAString,
      {$endif}
      tkString,
      tkLString:     SetStrProp(AObject, PropInfo, AChildNode.Value);
      {$endif}  <----   ***** This EXTRA $endif needs removing *****
      {$ifdef UNICODE}


Thanks,
Christian.


Top
 Profile  
 
PostPosted: Fri Aug 03, 2012 11:32 pm 
Offline
Site Admin
User avatar

Joined: Tue Jan 20, 2004 3:59 pm
Posts: 1425
Location: Hellevoetsluis, Netherlands
Thanks Christian!

I have fixed these issues and also found the RemoveWhitespace bug. I will update the bugfix release v4.04 soon!

Kind regards, Nils


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group