Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

ImagePoint saves its XML as text #10

Closed
greystate opened this issue Mar 19, 2014 · 2 comments
Closed

ImagePoint saves its XML as text #10

greystate opened this issue Mar 19, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@greystate
Copy link
Contributor

It looks like the ImagePoint data-type is storing its value as an XML element - e.g.:

<point>
    <ImagePoint x="40" y="67" width="442" height="300" />
</point>

- but if you look closer, it's actually just an XML string - like this:

<point>
    &lt;ImagePoint x="40" y="67" width="442" height="300" /&gt;
</point>

So not a "real" XML element, which kicks me back to string manipulation when using this otherwise awesome data-type in XSLT. Yes, I do that and I like it :)

/Chriztian

@leekelleher leekelleher added this to the v6.0.1 milestone Mar 19, 2014
@Hendy
Copy link
Contributor

Hendy commented Mar 19, 2014

Hi Chriztian, fixed in commit: 141e68b

@Hendy Hendy closed this as completed Mar 19, 2014
@greystate
Copy link
Contributor Author

Awesome! :)

@leekelleher leekelleher modified the milestones: v6.1.0, v6.0.1 Jun 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants