all groups > dotnet xml > october 2007 > threads for october 1 - 7, 2007
Filter by week: 1 2 3 4 5
Word 2007 XML to HTML
Posted by slaprade at 10/5/2007 9:47:01 PM
I'm not sure this is the correct locqation to post this question but I have
already posted similar question in Office news group (without response)
I am using VS2005 to create a solution for Word 2007. This version of Word
no longer supports HTML as previous versions did. To maintain compatab... more >>
XML write problem
Posted by Aahz at 10/5/2007 5:03:08 AM
Hello,
I need to write xml file ( using c#) with some elements inside that
actually contains html code, like this:
Moscow <p></p><a href="www.google.com"><img
src="gallery/t20.jpg" border="0" /><br /> Red Sqare </
a>
Instead of that every time I got... more >>
Help Editing an XML File
Posted by Mr. Chip at 10/4/2007 1:51:03 PM
Greetings,
This is my first post and I am hoping (praying) someone could help me. I am
not a programmer, I just know enough to be dangerous.
I have a custom application someone developed for me that generates an XML
file to display web pages. Following is a very small portion of an examp... more >>
read values from xml node object
Posted by raju at 10/3/2007 1:38:30 AM
Hai,
Our client having one webservice, that return the xmlNode object
as
<Hello>
<First>one</First>
<second>Two</second>
</Hello>
When i call that webservice from vb.net code, it returns the outer
text as <Hello></hello> tags.
I cant read the child nodes. object ... more >>
Force XmlSerializer.Deserilize to ignore empty XML tags
Posted by eggie5 at 10/2/2007 2:55:04 PM
I'm having trouble deserilizing an xml node that has empty tags. See
XML:
<ContentCampaigns>
<ContentCampaign>
<ad_id_source type="integer"></ad_id_source>
<billing_code type="integer"></billing_code>
<birth type="datetime">2007-08-24T16:15:16-07:00</birth>
<body>this camp... more >>
How to combine data?
Posted by Yuriy Galanter at 10/2/2007 10:38:25 AM
Hello,
Sorry if this question has been asked before, this is the first time I
encounter this problem. I have 2 XML files
1st file:
<record ID = "1">
<title>some text</title>
</record>
<record ID = "2">
<title>more text</title>
</record>
<record ID = "3">
<title>a... more >>
Date format in xslt
Posted by Sandeep Singh at 10/1/2007 5:15:00 PM
Hi,
How to convert date format from MM/dd/yyyy to yyyyMMdd in the XSLT.
Is there any method to convert.
I am getting date in the XML as string.
Plx response on the same group.
Thanks in advance
Sandy
... more >>
Nested schema bug? Project compiles, but doesn't read XML properly
Posted by rogercnorris NO[at]SPAM yahoo.com at 10/1/2007 1:56:07 PM
We've run into an issue with VS2005 (at least I *think* it's an issue
with Visual Studio) and one of our XML dataset schemas. We're trying
to add a nested XML element to an existing element, but even though
the project compiles fine, the XML document is not being read into a
dataset properly.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.Windows.Controls default values
Posted by ZiggyShort at 10/1/2007 4:13:01 AM
Does anyone know how to determine default values of a UIElement derived object?
eg. colour of a TextBox BorderBrush? I set a colour on an error condition,
and once that error condition has been rectified I reset the colour to the
original value.
I may need to store original textbox border c... more >>
Help with XMLDocument
Posted by Bubba at 10/1/2007 12:00:00 AM
Hi. I've got an XML file similar in construct to:
<Stuff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="Stuff" xsi:schemaLocation="Stuff all-stuff.xsd">
<Foo ...>
Foo Elements
</Foo>
<Bar ...>
Bar Elements
</Bar>
<FooBar ...>
... more >>
|