Sponsored Content
Top Forums Programming [XQuery] How to Convert from JSON Message to XML Message with XQuery Post 302578643 by MrSudoSu on Friday 2nd of December 2011 04:54:06 AM
Old 12-02-2011
Re: [XQuery] How to Convert from JSON Message to XML Message with XQuery

You can use an example distributed with Sausalito (28msec.com). Install the coresdk and execute:

Code:
sausalito create template -n json

then you can see and play with some json conversions in json/handlers/doublesearch.xq (online:28msec.com/source/show/json/handlers/doublesearch.xq) and json/lib/controller/search.xq (online:28msec.com/source/show/json/lib/controller/search.xq).

In particular, what you need is the parse function from this module 28msec.com/api/reference/datatypes/json#parse-1

Sorry, for posting that many links, but I hope it helps.
 

8 More Discussions You Might Find Interesting

1. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies

2. Shell Programming and Scripting

Need to extract XML message from log

I need help to extract a following SOAP-ENV:Header XML message from the log. XML message need to be extracted: *************************** <SOAP-ENV:Header> <ServiceGatewayHeader> <SourceApplicationId>OXL</SourceApplicationId> <Version>1.0</Version> <UserId>TEST</UserId>... (4 Replies)
Discussion started by: tjshankar
4 Replies

3. Shell Programming and Scripting

Move xml files from unix to message queue.

Hi, I need to move the XML files from the UNIX to the message queue. Please help me out to write the code.. Thanks, Mohana Krishnan (0 Replies)
Discussion started by: krishnan_6015@y
0 Replies

4. UNIX for Dummies Questions & Answers

Unable to extract a tag from a very long XML message

Hi I have a log file which contain XML message. I want to extract the value between the tag : <businessEventId>13201330</businessEventId> i.e., 13201330. I tried the following commands but as the message is very long, unable to do it. Attached is the log file. Please provide inputs. --... (3 Replies)
Discussion started by: Sapna_Sai
3 Replies

5. Programming

Validate queries XQUERY

Hi! I am working in an application jsp-java-xml , and i need to validate queries in xquery. For example If I put (in a text field) "for $x in XXX/yyy return data($x/tittle)" I need a bean(class) that show if the text is correct or not. And, if were posible, show the syntax error too. ... (2 Replies)
Discussion started by: avatarrr
2 Replies

6. Shell Programming and Scripting

Extract XML message from a log file using awk

Dear all I have a log file and the content like this file name: temp.log <?xml version="1.0" encoding="cp850"?> <!DOCTYPE aaabbb SYSTEM '/dtdpath'> <aaabbb> <tranDtl> <msgId>000001</msgId> </tranDtl> ..... </aaabbb> ... ... (1 Reply)
Discussion started by: on9west
1 Replies

7. Programming

[Xquery] How to do a increment in a For loop

Hello men. How can i build a simple increment for $a by Xquery such as ? let $a := 0 for $i in (1 to 10) let $a := $a + 1 return $a why a in this loop always is '1' Thank you for reading, its will really helpful for my job if i can solve this problem :D:D (3 Replies)
Discussion started by: tien86
3 Replies

8. Shell Programming and Scripting

Convert json to xml

Hello everyone, I have created a workflow that will pull down data via a RESTful API in JSON, then my code parses and modifies said data. The problem I have is that these APIs I am working with only accept XML to PUT/POST data, and I am looking for an easy way to convert my JSON file to XML. ... (2 Replies)
Discussion started by: Zaphod_B
2 Replies
AssetCacheTetheratorUtil(8)				    BSD System Manager's Manual 			       AssetCacheTetheratorUtil(8)

NAME
AssetCacheTetheratorUtil -- control networking of tethered devices SYNOPSIS
AssetCacheTetheratorUtil [-j|--json] enable [--duration seconds] --first address --last address --server path AssetCacheTetheratorUtil [-j|--json] disable AssetCacheTetheratorUtil [-j|--json] isEnabled AssetCacheTetheratorUtil [-j|--json] status DESCRIPTION
iOS and tvOS devices connected to a computer with a USB cable can be "tethered," so that they route their Internet requests through the com- puter. AssetCacheTetheratorUtil enables a tethered network (perhaps for a specified number of seconds), disables it, or reports on its sta- tus. AssetCacheTetheratorUtil must be run by root, except for the isEnabled and status commands. OPTIONS
-j|--json Print results in machine-parseable JSON format to stdout. --duration seconds Automatically tear down the tether after a specified amount of time. --first address --last address The first and last IPv4 addresses, in dot notation, to use for the tethered network. The gateway -- the tethering Mac -- will have the first address. --server path The path to a plist specifying the tethered content cache. The plist must be a dictionary with the following keys and values: capabilities dictionary A set of capabilities that the content cache supports. guid string The content cache's ServerGUID. port number The port number on which the content cache accepts requests. SEE ALSO
System Preferences > Sharing > Content Caching, AssetCacheLocatorUtil(8), AssetCacheManagerUtil(8) macOS June 1, 2019 macOS
All times are GMT -4. The time now is 09:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy