Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

XML Forum

XML (Extensible Markup Language) - Ask questions about XML development, XML languages (RSS, xHTML, wsdl), trees, syntax, elements, attributes, validation, XSLT, DOM, parser, namespaces, CDATA, encoding, XML servers and more.
Views: 1,576 Announcement: Only Q & A Threads Here
July 10th, 2008 msquared (Administrator)
Need help in Customizing xml document.
1 Reply | Posted by: vinsoft | Last post by acoder, Today
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
2 Replies | Posted by: ganesh22 | Last post by acoder, Today
Hi, xmlw = new XmlTextWriter("c:\\testing.xml",null); xmlw.WriteStartDocument(); xmlw.WriteStartElement("Company"); ... more »
xsl:foreach
12 Replies | Posted by: mickey0 | Last post by mickey0, Today
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
Post Reply? | Posted by: ChipR | Last post by ChipR, 3 days ago
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
Post Reply? | Posted by: wbarona | Last post by wbarona, 4 days ago
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
2 Replies | Posted by: hsegoy1979 | Last post by hsegoy1979, 5 days ago
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.
3 Replies | Posted by: Lokean | Last post by jkmyoung, 5 days ago
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
3 Replies | Posted by: go4gator | Last post by jkmyoung, 5 days ago
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
1 Reply | Posted by: banagani | Last post by jkmyoung, 6 days ago
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
1 Reply | Posted by: emzipoo4u | Last post by jkmyoung, 6 days ago
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
1 Reply | Posted by: gaurav87 | Last post by jkmyoung, 6 days ago
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
Post Reply? | Posted by: Hades | Last post by Hades, 6 days ago
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!!!
1 Reply | Posted by: fengtso | Last post by markmcgookin, 7 days ago
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?
1 Reply | Posted by: Hamster_Huey | Last post by fearreality, 9 days ago
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...
1 Reply | Posted by: tytyguy | Last post by roces, 10 days ago
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
4 Replies | Posted by: mickey0 | Last post by jkmyoung, 10 days ago
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?
1 Reply | Posted by: recalled1 | Last post by roces, 11 days ago
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
1 Reply | Posted by: doublestack | Last post by doublestack, 11 days ago
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?
1 Reply | Posted by: jeffjustice | Last post by jkmyoung, 12 days ago
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
1 Reply | Posted by: creative1 | Last post by creative1, 12 days ago
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 ?
Post Reply? | Posted by: Anni | Last post by Anni, 13 days ago
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
2 Replies | Posted by: sarah12 | Last post by sarah12, 13 days ago
Hi, I want to change : <?xml version="1.0" ?> <nplbiblio > <document status="U"... more »
XSLT and XML
4 Replies | Posted by: mickey0 | Last post by mickey0, 13 days ago
hello, I have an xml file like this I left out some lines): <root> <tag1> <!]> </tag1> </root> more »
Validating multiple XML files
Post Reply? | Posted by: dragonflypl | Last post by dragonflypl, 13 days ago
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
1 Reply | Posted by: daniel aristidou | Last post by jkmyoung, 15 days ago
hi can i ask xaml questions here? more »

Top XML Forum Contributors