How to Sort images from XML files
Hello,
I do not know where to ask it therefore excuse me if this is not the right place.
For my work I use an imaging software (driver camera and other accessories) that saves the image with an XML file. Next in this 2nd file contained information relating to conditions of the acquisition. While generating images, I need to use the data contained in XML files to sort and find my pictures ...
Is there software for that? I hope you understand my needs ... Thank you
Re: How to Sort images from XML files
In what environment you work:
- UNIX / Linux
- Macintosh - Apple
- Windows - Microsoft
Re: How to Sort images from XML files
This really depends on the architecture you want this to fit in.
I would recommend XSLT to do this.
If you simply have a document and you can do this in a batch mode, I can recommend that you use XSLT2 with saxon.
Either from the command line or in an IDE such as www.oxygenxml.com
If you show a part of the XML, I can show you how the XSLT will look like
Re: How to Sort images from XML files
Does all this software help you?