all groups > dotnet xml > september 2005 > threads for september 29 - 30, 2005
Filter by week: 1 2 3 4 5
Encoding troubles
Posted by Jeroen De Brabander at 9/30/2005 3:34:16 PM
Hi,
I have problems with XML Encoding concerning special characters like é and
è.
I have set the processing instruction to UTF-16 and the file is saved as
UTF-16.
The XML is valid and well-formed, this isn't the problem.
I have 2 machines running exactly the same application (code is ide... more >>
No XmlNodeType for an EmptyElement with Attribute
Posted by dickster at 9/30/2005 9:11:22 AM
I have a MemoryStream of XML in which I wish to strip out the
namespaces and some other attributes and then write this revised Stream
to a new MemoryStream
Everything works grand in the code below expect when myReader comes
across an element like:
<xxx id="1"/>
i.e. an empty element with att... more >>
XSL and WebControls like datagrid
Posted by Madhuri Mittal at 9/30/2005 8:33:05 AM
Hi,
I want to use XML and XSLT to generate HTML in my asp.net application. I
want to be able to generate the asp.net datagrid control with all its
powerfuls features by this means as well as all other controls including some
usercontrols on my page. Is it possible to do that as well as any ... more >>
need to remove root element when parsing xml doc or storing in database
Posted by fizzy at 9/30/2005 3:48:15 AM
i am fetching an xml document with the following structure:
<?xml version="1.0" encoding="UTF-8"?>
<DTCResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:/ows/aws/1.2
http://www.overture.com/schema/dtc/1.2/dtc_response.xsd"
xmlns="urn:/ows/aws/1.2" success="t... more >>
How can do join two XmlDocuments?
Posted by How can do join two XmlDocuments? at 9/29/2005 1:22:02 PM
Hi,
Sorry my english, I'm brazilian.
I'v two objects serializeds, I want join it.
Somebody help me?... more >>
Looking for a better way to handle errors
Posted by JJ at 9/29/2005 8:57:48 AM
Hi all,
Im looking for a better way to handle the exeption if you try to find a
node that doesnt exists?
It usualy breaks in a object exeption.
Now i have to use the try en catch option..
Any other ideas???
thanks in advance
greeting jj... more >>
xsd:maxLength
Posted by Sudhesh at 9/29/2005 7:47:07 AM
Hi,
I understand I can write an XSD file like...
<xs:attribute name = "value1" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
I'm writing a class heira... more >>
List of pointers to XML nodes
Posted by Guy at 9/29/2005 3:16:03 AM
Hi,
I have an XML file which its content can't be altered as a source. My
solution should be able to produce some kind of pointers (in a seperate file)
to specific nodes (or even attributes\values) in the source XML file.
The source file contains many different namespaces (along with def... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|