July 10th, 2008
msquared (Administrator)
|
Need help in Customizing xml document.
Below is my original xml file.
<WhatsNew>
<C1>="90EW0001"</C1>
<C2>2008-02-20T00:00:00+05:30</C2>
<C3> 1:55PM </C3>
<C4>WG</C4>
... more »
|
|
Add multiple records to xml file
Hi,
xmlw = new XmlTextWriter("c:\\testing.xml",null);
xmlw.WriteStartDocument();
xmlw.WriteStartElement("Company");
... more »
|
|
xsl:foreach
Hello,
I just this question:
<xsl:for-each select="//tag1">
<xsl:value-of select="text()" />
</xsl:for-each>
my output... more »
|
|
XML Schema Sequence Question
Is there any way to specify a sequence with one or more elements that can be repeated like
<complexType name="element_type">
<sequence>
<element... more »
|
|
Band New to XML - need help with sort syntax
Respected members:
I am creating an XML report document using MS-Word. This report has 3 fields but I need to sort the report by one of those... more »
|
|
Need a coversion tool to convert XML to Dtd
Dear All
Can anyone provide me link for xml to dtd conversion or to download free xml to dtd conversion tool
Thankx in Advance
Regards
Yogesh more »
|
|
newbie question: Convert XML to a table.
Sorry for this newbie question, this is not my realm of expertese.
I have searched google, tried several applications that claim they can do this,... more »
|
|
XSL replace value with string
I'm a newbie, and I have an XML data file with Book data. I'm trying to replace a value with a string. Specifically trying to test for "if value is... more »
|
|
Invalid Name character
Hi All,
I am facing an issue in the XmlTextWriter class in the dotnet 2.0.
This is the sample code
Actual XML is like... more »
|
|
Creating an XML Document with ASP
Hi, I am creating an XML document with ASP (new to XML). I would like to know how do i add details to a tag e.g. i want to generate <Order... more »
|
|
Nested For Loops
This is a small part the xml file that I have:
<Prop Type='TEResult' Flags='0x0'>
<Prop Name='Status' Type='String'... more »
|
|
WSDL: Array Type
Hi there :)
I'm trying to make a client-server system, SOAP based. Both client and server modules are written in Python.
I'm using ZSI libraries,... more »
|
|
XmlDocument.Load() problem!!!
I've try to use the following command to load xml file.
It works for Windows Application but doesn't work for Device Application.
Please take a look... more »
|
|
Dynamically specifying img src?
Hi everyone,
How do I dynamically specify an image tag's source based on a property in my XML file?
Here's the relevant part of my xml... more »
|
|
Need help with xsl replacing...
Ok so I have an xml document that outputs
<category>Shoes-Womens-Casual-Dress</category>
I need to convert it to... more »
|
|
xslt: to html
Hello,
I have an xslt like:
<root>
<name> Mike </name>
<dog> Bark </dog>
<name> Jenny </name>
<dog> buck... more »
|
|
Is there any way to show identical child nodes using xslt?
good day
i am really new to xml and i seem to be stuck. I have the following code:
<product-preference type="not">
<product ref="item1">Shadow... more »
|
|
New window from url in xml file using Simile Timeline
Hi everyone,
I have a xml file that Simile Timeline uses to call events...Some of the events have links in them and I need to have those links open a... more »
|
|
MapForce anyone?
Has anyone used MapForce? I want to know if it worths using it. I have seen this tutorial about it (DELETED) and I want to hear some advices from... more »
|
|
store data in XML file using HTML file
Is this possible to store data in an XML file using HTML form? I got it working other way. I can store data in an xml file and display it in html... more »
|
|
How do I give same namespace for different Infopath forms ?
Hi,
Can anyone please tell me how do I give same namespace for different infopath forms.?
I have an XML formed by an infopath form, the XML is... more »
|
|
Help needed to write an XSL - XML to XML transformation
Hi,
I want to change :
<?xml version="1.0" ?>
<nplbiblio >
<document status="U"... more »
|
|
XSLT and XML
hello,
I have an xml file like this I left out some lines):
<root>
<tag1>
<!]>
</tag1>
</root> more »
|
|
Validating multiple XML files
Hi, I have a problem similar to this:
First xml file is a list of books:
books.xml:
<books>
<book id="1" ......
<book id="2" ......
<book... more »
|
|
Xaml
|