Sqlite inspector: read-only databases?

Seems like this is what you are looking for as far as building a baseline component XML out of a set of fixlets:

http://bigfix.me/relevance/details/3002440

Session Relevance: (incomplete)

concatenations "%0a" of ("<BaselineComponent Name=%22" & item 0 of it & "%22 IncludeInRelevance=%22" & item 1 of it & "%22 SourceSiteURL=%22" & item 2 of it & "%22 SourceID=%22" & item 3 of it & "%22 ActionName=%22" & item 4 of it & "%22><ActionScript MIMEType=%22" & item 5 of it & "%22>" & item 6 of it & "</ActionScript><SuccessCriteria Option=%22" & item 7 of it & "%22>" & item 8 of it & "</SuccessCriteria><Relevance>" & item 9 of it & "</Relevance></BaselineComponent>") of (name of it, (it as string as lowercase) of (not success on run to completion of default action of it), url of site of it, (it as string) of id of it, content id of default action of it, script type of default action of it, ("<![CDATA[" & it & "]]>") of script of default action of it, (if (success on custom relevance of it) then "CustomRelevance" else if (success on original relevance of it) then "OriginalRelevance" else if (success on run to completion of it) then "RunToCompletion" else "") of default action of it, (if (not success on custom relevance of it) then "" else ("<![CDATA[" & it & "]]>") of (custom success relevance of it)) of default action of it, ("<![CDATA[" & it & "]]>") of relevance of it) of fixlets whose(name of it contains "Windows" AND name of it does not contain "(Superseded)" AND name of it as lowercase contains "endpoint manager" AND name of it as lowercase contains "client" AND globally visible flag of it) of bes sites whose("BES Support" = name of it)

Escaped Session Relevance: (works with curl)

"concatenations %22%22 of (%22<BaselineComponent Name=%2522%22 & ( concatenation %22and%22 of substrings separated by %22%26%22 of item 0 of it) & %22%2522 IncludeInRelevance=%2522%22 & item 1 of it & %22%2522 SourceSiteURL=%2522%22 & item 2 of it & %22%2522 SourceID=%2522%22 & item 3 of it & %22%2522 ActionName=%2522%22 & item 4 of it & %22%2522><ActionScript MIMEType=%2522%22 & item 5 of it & %22%2522>%22 & item 6 of it & %22</ActionScript><SuccessCriteria Option=%2522%22 & item 7 of it & %22%2522>%22 & item 8 of it & %22</SuccessCriteria><Relevance>%22 & item 9 of it & %22</Relevance></BaselineComponent>%22) of (name of it, (it as string as lowercase) of (not success on run to completion of default action of it), url of site of it, (it as string) of id of it, content id of default action of it, script type of default action of it, (%22<![CDATA[%22 & it & %22%5d%5d>%22) of script of default action of it, (if (success on custom relevance of it) then %22CustomRelevance%22 else if (success on original relevance of it) then %22OriginalRelevance%22 else if (success on run to completion of it) then %22RunToCompletion%22 else %22%22) of default action of it, (if (not success on custom relevance of it) then %22%22 else (%22<![CDATA[%22 & it & %22%5d%5d>%22) of (custom success relevance of it)) of default action of it, (%22<![CDATA[%22 & it & %22%5d%5d>%22) of relevance of it) of fixlets whose(name of it does not contain %22(Superseded)%22 AND name of it as lowercase contains %22endpoint manager%22 AND name of it as lowercase contains %22client%22 AND globally visible flag of it) of bes sites whose(%22BES Support%22 = name of it)"