all groups > dotnet xml > september 2006 > threads for september 22 - 28, 2006
Filter by week: 1 2 3 4 5
Creation of XSD from XML
Posted by Urs at 9/28/2006 6:12:29 PM
Hi
Is there an easy way to programmtically create an xsd-schema from an xml
file?
Reason .... I create slightly different xml documents in my app, based on
user data. I would like to create a temporary schema files from those xml
documents, in order to use the data in a UI grid. I found ... more >>
String Serialization issue
Posted by ukfreethinker NO[at]SPAM yahoo.com at 9/28/2006 2:38:00 PM
Hello
Using Visual Studio, I created a WebService with the default
"HelloWorld" method. It all works fine but when I try to get the
method to return a French string, all the accented characters are
removed. ie. I changed the webservice implementation to:
<WebMethod()> _
Public Funct... more >>
Need Simple XML help in VB.Net or C#
Posted by James Fifth at 9/27/2006 12:43:19 PM
Hello and God Bless,
I am stumped trying to get a simple xml database replacing certain data
with other data programmatically. This is what my xml looks like.
****************************************
<Root_Element>
<Topic index="1">
<Sub_Topic>
<Notes></Notes>
<Notes></Notes>
... more >>
Display XML in WebBrowser Control
Posted by Webbert at 9/27/2006 4:23:02 AM
I am trying to display XML in a WebBrowser Control. I receive a data feed of
XML and am trying to inject it into the control. I have not been successful
in doing so.
The only solution I have found is to write it to a temp file and then use
the Navigate method to load it. As the control ... more >>
Getting the right nodes
Posted by Klaus Jensen at 9/27/2006 12:00:00 AM
Hi
Using Xml.XmlDocument I need to get all <rfd:li>-elements below
<photoshop:SupplementalCategories> in the below XML-sample.
I normally use GetElementsByTagName, but since there are other <rfd:id>
elements other places in the doc, I cant.
How do I navigate the tree and get the right nod... more >>
Urgently needed a tool for generating XSLT file
Posted by Navneet Gupta at 9/26/2006 9:09:02 PM
Hi,
I am a novoice developer for XML and XSLT. I need a tool which generates
XSLT files.
The UI should be similar to the transformation maps we create in BizTalk; it
would be greate if I can host the UI in my .Net application.
Or can I host BizTalks map designer in my .Net application?
... more >>
Urgent XSL question, please help, thanks
Posted by davidw at 9/26/2006 1:08:01 PM
I have xml tree like
<root>
<field name="l1">
<field name="l11">
<field name="l111"/>
<field name="l112"/>
</field>
<field name="l2" stop="true">
<field name="l21">
<field name="l211"/>
<field name="l212"/>
</field>
<field name="l22"/>
</field>
<field name="l3"/>
... more >>
New at this
Posted by ampeloso NO[at]SPAM gmail.com at 9/26/2006 8:54:22 AM
I have the following:
<?xml version="1.0" encoding="utf-8" ?>
<Football>
<Week>1
<Player>
MikeP
</Player>
<Team>
Seattle
</Team>
</Week>
<Week>1
<Player>
AnnaP
</Player>
<Team>
IDONTKNOW
</Team>
</Week>
</Football>
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
XPath peformance vs Hash
Posted by Ben at 9/26/2006 8:42:54 AM
How does XPath performance compare to accessing a Hashtable structure?
I will need to access the same data repeatedly throughout the lifecycle
of my application. What factors should I take into consideration?
... more >>
what r the XML softwares?
Posted by Joshua at 9/26/2006 5:58:02 AM
Hi everybody,
I am new in this field and i need a help from you ....
can u tell me which all r the softwares r needed for doing an Xml
prog.(with version) . Thank you,
Joshua Joseph... more >>
Define a development approach to Parse/Load/Search an XML document of size ~1GB
Posted by Sandeep Akhare at 9/26/2006 12:42:10 AM
Hi All
i have given a problem set in which i need to parse/load/search a xml
document of near about 1 GB in dot net. Please help me in this also do
not have the luxury to dump the data into a relational database
Sandeep
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Deserialize xml
Posted by Rotsey at 9/26/2006 12:00:00 AM
Hi,
I am getting an error when I try to deserialize a XML file into a object
with a
apostrpohe in the data.
Works fine when I remove the apostrophe.
Any thoughts????
... more >>
Getting unescaped XML from a transform
Posted by the_dog_gabby NO[at]SPAM yahoo.com at 9/25/2006 6:15:25 PM
Hello,
I have a stylesheet that contains C# functions to generate XML. When I
apply the stylesheet to my document, everything works perfectly except
the data I get back is escaped like so:
<test>this is a test</test>
I need to get <test>this is a test</test> rather than the e... more >>
Opening and altering XML-doc using XmlDocument wrecks havoc on doc
Posted by Klaus Jensen at 9/25/2006 2:43:42 PM
Hi
I am trying to post-process some XML-documents from some third-party
software.
I open them, find the right element, manipulate the text and write it back
to the element.
Dim x As New Xml.XmlDocument
Dim nl As Xml.XmlNodeList
Dim text As String
Dim textOutput As String
x... more >>
Crystal report Generation
Posted by Jack at 9/24/2006 2:36:01 AM
Hello All,
Can anyone here suggest me a solution to solve my follwoing problem?
1) I got a .aspx page and on that page i got a combo box and a command button.
Combo box displays records from the database.
I wanted to generate a report which is based on the record that user selects
from the... more >>
ReadXML Illegal characters in path
Posted by webmaster NO[at]SPAM 1stmiami.com at 9/23/2006 8:13:19 AM
Getting error: Illegal characters in path
what's wrong with this?
string xmlSR =
"<XmlDS><table1><phone>Value1</phone><name>jake</name></table1></XmlDS>";
myDataSet.ReadXml(xmlSR, XmlReadMode.IgnoreSchema);
DataList5.DataSource = myDataSet;
DataList5.DataBind();
Also, what's the best way... more >>
Strange validation warning
Posted by jan_bar at 9/22/2006 6:14:05 PM
Hi,
My VS.NET 2005 displays strang validation warning on xsi:SchemaLocation:
The attribute 'http://www.w3.org/2001/XMLSchema-instance:SchemaLocation'
does not match one of the four allowed attributes in the 'xsi' namespace.
The data seems to be correct, where is the problem?
Here are my f... more >>
roundtripping and xmlns attributes
Posted by Gary Stephenson at 9/22/2006 6:14:01 PM
I am endeavouring to use .NET v2.0 XML facilities to "roundtrip" reading and
writing XML documents - i.e. to end up with _exactly_ what I started with,
but I can't seem to figure out how to get an XMLReader to report "xmlns"
attributes. It seems to report an
"xmlns='MyDefaultURI'"
... more >>
swap nodes
Posted by Jan Kucera at 9/22/2006 2:35:43 PM
Hi, just a simple question,
I have XmlDocument, two XmlNodes and I want to swap them in the
document... how to do that?
Any optimalizations these two will be siblings?
... more >>
Gradient color
Posted by jaydev at 9/22/2006 1:57:43 PM
Hi,
I want to create Gradient color in my header (just like in microsoft
site) but we don;t want use the image for that and also it should work
in all browsers (If i use
filter:progid:DXImageTransform.Microsoft.Gradient, it works only in
IE). Please help me to solve this isse.
Thanks,
Jay... more >>
XmlSerializer and xsi:schemaLocation
Posted by grochmal at 9/22/2006 10:24:44 AM
I am trying to use XmlSerializer to serialize a class I have create
specifically for generating an XML file.
The problem is that the XML file must contain a xsi:schemaLocatio
attribute in my root node but I can't figure out any way to do it.
Here is what the resulting XML file must look like ... more >>
|