Location when saving to XML

Hi walter,

When I save to XML, sometimes my Location X coordinate seems very high. Is there some information being encoded in the X Coordinate?
Below is the XML that is saved after a call to
model.Save<LatNodeModel, LatLinkModel>("MyDiagram", "MyNodeData", "MyLinkData");
(It could be something I'm doing since I am base 64 encoding the entire XML, but thought it was unusual that it was only happening in the x coordinate)




Maybe they’re missing decimal points after your encoding?

wow,

that was a fast response. i was just about to delete the post. It wasn't the encoding, it was the regex expression I was using to extract the location. sorry to bother you with this one.
-Mike