E4X is an extension to ECMAScript which allows for convenient handling of XML.
0
votes
1answer
31 views
Filter XML with E4X
I have this XML:
public var translations:XML =
<translations>
<firstName>
<en>first name</en>
...
1
vote
1answer
23 views
E4X - Retrieve element without retrieving its children
Given a XML object, how could I retrieve only the root element without retrieving together its children?
E.g.:
var exampleXml = new XML("<parent ...
1
vote
2answers
29 views
Finding the value of an XML node in an array
Why is @assigned always 0?
var gates:XML = <gates>
<gate_id>
10991
</gate_id>
<gate_id>
10999
</gate_id>
<gate_id>
11000
...
0
votes
2answers
25 views
How to access element by an object's field in Actionscript-3 E4X dot operation?
In Actionscript 3, we can access a XML object in a E4X style like:
var a:XML =
<book>
<title>ABC</title>
</book>;
trace(a.title);
But what if we get the tag ...
2
votes
1answer
244 views
Mirth java code to conditionally change a field
I'm using Mirth to read HL7 messages from our DB and send them out to a client's EMR. This particular EMR requires that the OBR and OBX for the embedded PDF are formatted a specific way. If OBR.4.1 ...
1
vote
1answer
40 views
How to dynamically add attribute and value to E4X object in Javascript(Compiled on Rhino)?
I want to create an e4x object.
The I want to dynamically keep adding attributes for it and also add value later.
e.g
var node = <node />;
//some code
1) add attribute to 'node'
2) add value to ...
1
vote
1answer
151 views
My Greasemonkey script stopped working after something updated
I had made a Greasemonkey script for StumbleUpon, and it worked. But suddenly, maybe after a Mozilla or Scriptish update, it stopped working on all protocols.
Please review my script for a mistake. ...
3
votes
1answer
77 views
Alfresco scoped webscript configuration, can it be loaded into an E4X object?
I'm looking to use a scoped configuration file in an Alfresco javascript webscript. I started with this wiki page, and it got me mostly there.
This jira page told me I needed to create a file ...
1
vote
1answer
264 views
Greasemonkey scripts worked in Firefox 16.0.2 but not in version 17.0.1 or later? [closed]
I have old userscripts with jQuery that work fine in Firefox 16, but stopped working with the Firefox 17 release.
So, I was using version 16.0.2 until today when I tried to upgrade to 18 and the same ...
2
votes
2answers
70 views
Flex 4: XML Literals with conditions
Is there any way to do something like the following (pseudocode) in Flex:
var x:XML = <xml>
if(condition){
<tag>hello</tag>
}
</xml>;
which would return ...
0
votes
0answers
37 views
Accessing CDATA content using e4x
I have a xml content like this,
<definition>
<dsXMLConfiguration><