XmlToEformInfotron
For information on what an EForm is please read this
Sample Declaration
<div id=""
impl=""
properties=""
script="">
<script src="http://goessner.net/download/prj/jsonxml/xml2json.js">
</script>
</div>
## Input Terminals
## Output Terminals
## Properties
## Demos that use it
## How does it work?
## Source
BLUEPRINT(
"~01E9D8C85B9B9E4fa388452899F41D025D",
[
["xml_in", "onXml", 10]
],
[
"eform_out"
],
function (Class)
{
Class.prototype._onInit = function(props)
{
if (!xml2json) {
self.error("Missing dependency: http://goessner.net/download/prj/jsonxml/xml2json.js");
}
};
Class.prototype.onXml = function(msg)
{
var val;
try {
val = eval(xml2json(msg));
self.postMessage("eform_out", val);
} catch (ex) {
this.error(ex, "Error parsing XML: " + msg);
}
};
}, "New Infotron");
Wiki Pages
- AboutEform
- AdvancedExamples
- AlertInfotron
- AtomicConstructor
- BulletList
- ButtonInfotron
- ConstructorInfotron
- ContactTheMaintainers
- Dataflow Design Patterns
- DataflowDesignPatterns
- Demo43
- DemoButton
- DemoClock
- DemoEvDb
- DemoForm
- demoHierarchicalEncapsulation
- demoHttp
- DemoMap
- DemoMultiMap
- demoPhotobucketAndWebshot
- demoRssFeeds
- demoRssFeedsTimeline
- DemoSlideShow
- DemoStickyNote
- DemosWalkThrough
- demoYahooSearch
- EformMapperInfotron
- EformRouterInfotron
- EformWrapperInfotron
- EvolutionOfJDA
- FeedMagickInfotron
- FormInfotron
- FourPortRouterInfotron
- GettingStarted
- HowJdaWorks
- HtmlBlueprintSpec
- HtmlInfotron
- HtmlPagerInfotron
- HttpProxyInfotron
- IDA
- ImageInfotron
- InfotronDoc
- JDA Propaganda
- JdaCapabilities
- JdaIncapabilities
- JdaQuotes
- JdaResources
- JdaUsage
- JohnResigJsonRssToCollection
- JsBlueprintSpec
- JsonCallbackInfotron
- JsonXmlFilter
- JsStarDoc
- ListRouterInfotron
- OptionSelectorInfotron
- PasteboardInfotron
- PatternsForLoadingDependencies
- ScratchPad
- SendMessageInfotron
- SendMessagesInfotron
- SequenceMatcherInfotron
- SimpleGoogleMapInfotron
- SimpleYahooMapInfotron
- SlideShowInfotron
- SnifferInfotron
- StaticCalendarInfotron
- StickNotesInfotron
- TabularListingInfotron
- TextInfotron
- TextScrapListerInfotron
- TimeLineInfotron
- TimerInfotron
- Troubleshoot
- TwoStringJoinerInfotron
- UnofficialBlueprints
- UpcoingOrgInfotron
- XmlToEformInfotron
- YahooJsonInfotron
Space Home