I don’t suppose anyone has a script already that automatically pulls apart the opensuse xml package lists and reformats into a delimited text / spreadsheet format ?
I have a sourceforge program that does the same, the problem seems to be that those available on the net are all “xxxx to xml”. I was hoping there was an internally created one that worked the other way. Especially as the current packagelist is some 76meg in size when uncompressed, and here in Australia data is not cheap, especially when on satellite as I am!
On 2013-02-13, scsijon <scsijon@no-mx.forums.opensuse.org> wrote:
>
> thanks vazhavandan for the quick reply,
>
> I have a sourceforge program that does the same, the problem seems to
> be that those available on the net are all “xxxx to xml”. I was hoping
> there was an internally created one that worked the other way.
scsijon, you can try to import the xml file into a native xml database (e.g. sedna) and then use an xquery to pull out whatever you like and write to a file. This way needs some effort, but it gives you full control.