Hi Experts,
I have a XML say:
<Root>
<RootOFSets>
<ApplicationSet Name="AllApps">
<Application id="App0" Name="MyApp1" />
<Application id="App1" Name=...
Hi Gertone,
is there a way to tokenize a given String, seperated by e.g. ';'???
If I have a XSL variable $output with content 'c:\test;d:\test2...', I want to loop each of these entries.
Ciao
Hello,
I would like to know if there is any type of tool on any linux/solaris/win32 platform which takes a WSDL file as an input and produces javadoc style documention in html. I've searc...
following is the xml file which i pass to xsl created by me.
<?xml version="1.0" ?>
<a xmlns="http://blah.blah/blah">
<name>again blah</name>
</a>
now if i dont put xmlns attribute i...
Hi,
We have to validate a xml against a schema ( acord'03 standards). That schema inturn imports another schema called aon.xsd.While parsing the any one of following error is dispalyed
1."...
I need to loop and take <xsl:value-of select="@NAME"/>
then insert it into hyperlink like below, how do I do that?
<a href="remove.asp?value=INSERT_XSLVARIABLE_HERE">
below is a simplif...
Hi,
I have an XML file which contains 'meta data' for my application such as values for combo boxes, etc.
It's structure is like this:
<MetaData>
<ComboValues1>
<ComboValue...
I am trying to find a way to set the timeout value of the XMLDOM object as i currently have a transformation that is exceeding the current value.
can anyone direct me in the correct directi...
I'm looking for a WAP editor. Preferably a 'what u see is what u get'-editor. Either freeware og shareware.
Know of any?
A link to nokia.com is not what I'm looking for :)
Regards
R...
Hi,
I am new to XSLT.
Is it possible to use the value of a system environment variable (e.g. TEMP), from within XSLT?
i have another question for you all.
So i have this xml.
<image id="2" path="C:\somefolder\1.jpg">
With XSL, substring perhaps, how can I get valye of just the image name. "1.jpg" i...
Hi experts,
Do you know how i can get encoding="ISO-8859-1" at the top of my xml document, so that it reads
<?xml version="1.0" encoding="ISO-8859-1" ?>
TaxWriter = new XmlTextWri...
Hi,
I have a ton of information in XML files. I basically inherited this from somebody else. All these files have a common"user" element that tells me which user is the owner of the XML fil...
How can i produce xml schema from xml instance? is there any tool that can take xml instance and make schema from it?
10x
Hi All
I'm attempting to process an XML file for storing into a database. I'm using a sample xml file (attached) which contains some customer data along with a list of vehicles that custome...
Here is the code sample:
Public Class Service1
Inherits System.Web.Services.WebService
'class that inherits from SoapHeader
Public Class MyHeader
Inherits SoapHeader
P...
Env : Visual Studio .NET
Language : Unmanaged C++
I construct an XML document using COM interfaces of MSXML parser.
A sample of expected XML is given below.
<claim xmlns="http://ww...
I played around with the new MS Infopath and realized that you can create a sophisticated UI in a much lesser time compared to traditional forms design tools, even in VS.NET. However, it is ir...
Hi all ,
I have xml in the form of a String how do i convert the Xml string into an input stream in java as i would like to do the following
builder.build(java.io.InputStrea...
I am using an ASP page to call a SOAP query using the code below, the result comes back on the browser page formatted as nested or encapsulated XML. I need to be able to parse this XML data a...
Dear Experts
Well, the question is in the tiltle
I download MSXML 6.0 SDK, I want to start to learn XML, but also I want to know if this player will work in conjunction with Access 2002 ...
Hi, I am working on an AIML chatterbot using "Program E" (http://sourceforge.net/project/showfiles.php?group_id=43190_), I got it all set up and am able to talk to it via the talk.php page but...
Greetings,
Is this syntactically incorrect?
normalize-space(child::title)
I have set up my templates to implement this and have not received any errors on my own development environme...
Hi, I was wondering whether there was any 'Search & replace' Xpath function which can be used to search for a particular string in an XML & replace it with another string. I used 'Translate' f...
Hi all,
I want to define a XML schema for a date field, however, it is possible that the value of the field node is empty.
How can I define in the schema?
so that it can accept XML with ...