all groups > dotnet xml > october 2006 > threads for october 29 - 31, 2006
Filter by week: 1 2 3 4 5
invalid token error
Posted by John Hopper at 10/31/2006 11:49:01 AM
I have an xml document, created using xmlTextWriter,
at(http://www.supremecourtofohio.gov/rss/docketitems/2006-1942.xml) that
won't validate. It fails with "invalid token, document not well formed". Then
if I open the same file in notepad, save it without changing anything, and
try again, i... more >>
XmlValidatingReader in v1.1
Posted by Phil Hobgen at 10/31/2006 12:12:02 AM
Hi,
I am using the XmlValidatingReader Class in VS.Net 2003 (targeting dotNet
v1.1) to validate an xml message against a set of schemas.
Within the schema a type is defined as follows
<xs:simpleType name="atypename">
<xs:restriction base="xs:token">
<xs:pattern value="\w{1,6}"/>
... more >>
what is best way to talk to https webpages within .net? any good librarys for talking to https websites?
Posted by Daniel at 10/30/2006 3:46:06 PM
what is best way to talk to https webpages within .net? any good librarys
for talking to https websites?
... more >>
Deserializing xml into an object using xsl:copy-of
Posted by Kenny D at 10/30/2006 2:09:00 PM
Sample input XML...
<Publication>
<FilingMetadata>
<Id>38EA51240E6643208DB1B6D52F779A82</Id>
<Cycle>BC</Cycle>
</FilingMetadata>
<PublicationComponent Role="Main" MediaType="Text">
<TextContentItem>
<Language>en-us</Language>
<Da... more >>
How to write XML with any name and type?
Posted by Demorsy at 10/30/2006 7:20:01 AM
Disappointed, this is not the first time I'm posting this kind of a request
for help, but no helpful answer was posted yet.
I'll try make my question as clear as I can:
(1) I wish to write an XML file. this file will contain any number of
parameters to be used in my C# code as database.
... more >>
2 XML nodes, 1 xslt
Posted by Jeff Uchtman at 10/29/2006 9:03:04 PM
Can I draw from 2 XML sources, the structure is exactly the same execpt for
data contained into 1 xslt using math to add some structrure, and displaying
others as node 1 and node 2? This data is XML from a Barracuda Spam server
that has grown to 2.
Here is a snip from my form draw.
Impo... more >>
Schemas, imports and namespaces
Posted by Darrell Plank at 10/29/2006 8:22:16 PM
I'm a real XML novice, but my ultimate goal here is to get a workable schema
for the GEDCOM XML format as spec'ed out here:
http://www.familysearch.org/GEDCOM/GedXML60.pdf
It's a proposed XML format for genealogical records. They include a DTD in
the spec but sadly its incomplete in that ... more >>
|