HiIs this wonderful tool is open source ?thksbob
Nope xmltoolbox is not opensource.
can I pass the XML to be formatted in the URL and have the formatted XML display in the box formatted
No This is not possible. This site generates no income and a solution to your request would require more bandwith which would increase the cost... All formatting on xmltoolbox happenes clientside. This is also a guarantee that the xml you format wont be send anywhere else.
I'm trying to do essentially what the xpathevaluator does - I'm trying to filter by an attributefunction filterList(XSLTProc) { var filterstr = document.webform.filter.value; if (filterstr == "") filter="//MOVIE" else filter = "//MOVIE[@"+filterstr+"]"; if (IE) { xNodes = XMLdoc.selectNodes(filter); XSLTProc.addParameter("group", xNodes); } else if (MOZ) { xEval = new XPathEvaluator(); xNodes = xEval.evaluate(filter, XMLdoc, null, 0, null); XSLTProc.setParameter(null, "group", xNodes); }}any comments?
I work with large XML files and being able to click within the XML and retrieve its path is a real time saver.I tried to access this site a several weeks ago and couldn't locate your server.Were you temporarily unavailable?
hello You made an excellent tool )can i buy your script (xpath_generator)how much it'll cost me?
Hello,I'd like to post formatted XML and have the tool return unformatted XML.Thanks
Hi, Kindly tell me the code how can i generate all possible Xpaths of an Xml and store them in Dictionary with unique keys
Hi,Can i get the source code for Xpath Generator?
Hi
ReplyDeleteIs this wonderful tool is open source ?
thks
bob
Nope xmltoolbox is not opensource.
ReplyDeletecan I pass the XML to be formatted in the URL and have the formatted XML display in the box formatted
ReplyDeleteNo This is not possible. This site generates no income and a solution to your request would require more bandwith which would increase the cost...
DeleteAll formatting on xmltoolbox happenes clientside. This is also a guarantee that the xml you format wont be send anywhere else.
I'm trying to do essentially what the xpathevaluator does - I'm trying to filter by an attribute
ReplyDeletefunction filterList(XSLTProc) {
var filterstr = document.webform.filter.value;
if (filterstr == "") filter="//MOVIE"
else filter = "//MOVIE[@"+filterstr+"]";
if (IE) {
xNodes = XMLdoc.selectNodes(filter);
XSLTProc.addParameter("group", xNodes);
}
else if (MOZ) {
xEval = new XPathEvaluator();
xNodes = xEval.evaluate(filter, XMLdoc, null, 0, null);
XSLTProc.setParameter(null, "group", xNodes);
}
}
any comments?
I work with large XML files and being able to click within the XML and retrieve its path is a real time saver.
ReplyDeleteI tried to access this site a several weeks ago and couldn't locate your server.
Were you temporarily unavailable?
hello
ReplyDeleteYou made an excellent tool )
can i buy your script (xpath_generator)
how much it'll cost me?
Hello,
ReplyDeleteI'd like to post formatted XML and have the tool return unformatted XML.
Thanks
Hi,
ReplyDeleteKindly tell me the code how can i generate all possible Xpaths of an Xml and store them in Dictionary with unique keys
Hi,
ReplyDeleteCan i get the source code for Xpath Generator?