Description:
Microsoft eXtensible Markup Language newsgroup.
|
|
|
IXMLDOMDocument::load fails on Windows Mobile
|
| |
I am trying to load a XML document from an IStream. The code belows works fine on WIN32 but fails on Windows Mobile. File is OK, returned stream is OK (I can read from it) but the load() on the last line always fail. Reported error is "invalid character" but IXMLDOMParseError doesn't give me any valid line/pos/filepos... more »
|
|
XSL Pattern vs. XPath
|
| |
Trying to figure out selectSingleNode(). The query syntax can be either "XPath" or "XSL Pattern". Not finding any good comparisons of the two syntaxes. What I really want to know is if you can do a case-insensitive search with selectSingleNode() ... so far it seems to be case sensitive.
|
|
XMLmind DITA Converter v1.1.0
|
| |
XMLmind is happy to announce a new release of XMLmind DITA Converter. XMLmind DITA Converter 1.1.0 (November 9, 2009) ------------------------------ ----------------- Allows to convert DITA documents to Eclipse Help. Several other enhancements. More info in [link] Download XMLmind DITA Converter 1.1.0 from... more »
|
|
Xml Hex Data to JPG File
|
| |
I've been googling (errr bing'ing) for most of the day. If I have some xml which has some hex data, which was originally a jpg.......is there anyway (with an xsl stylesheet) to write back the jpg? I figured out how to write out some files (basic stuff, no hex) using xsl:result-document but I'm at a loss for getting the hex back into a jpg.... more »
|
|
XSL displaying unwanted channel information
|
| |
I'm using XSL to scrape and display data from a google spreadsheet. Working great except for one thing - it displays the channel info even though I'm not calling that info anywhere? (It displays: atom:id, lastBuildDate, category domain, title, link, managing Editor, and the openSearch variables. Basically - everything within the main channel... more »
|
|
Office Content Control Schema Violations
|
| |
Hi, Taking a shot in the dark here in hopes someone may have a solution. I attempting to validate the data entered in Microsoft Word Content Controls (CC) using an attached schema. I can map a CC to a CustomXMLPart, attach a schema and detect violations. CC schema violations are flagged in the... more »
|
|
difference between two schema
|
| |
Hello, I would like to understand the difference between FIRST <?xml version="1.0" encoding="iso-8859-1"?> <xsd:schema xmlns:xsd="[link]" targetNamespace="[link]" xmlns="[link]"> <xsd:element name="serveur" type="xsd:string" />... more »
|
|
How to load xml into an XDocument without indentation
|
| |
Hi, I am trying to load xml into XDocument using XDocument.Load(filename). The cml in the file is not indented but when the xml gets loaded into the XDocument, it gets indented. The content I am loading is mixed content which causes issues for me. I have looked a lot but have not been able to figure out the answer.... more »
|
|
Fatal XML Parse Error: Invalid character (Unicode: 0x1D)
|
| |
I apologize up front for not being much of an XML guy. We are trying to use a canned solution to send barcode strings via XML. The canned solution works fine. The one issue we are having is that the barcodes are GS1 compliant meaning we have ASCII character 29 (0x1D) embedded in our barcodes. We want... more »
|
|
Staging Website
|
| |
I work for a small company who are currently developing a new website. I have been uploading properties (text, jpeg images) to the testing site thinking it was the site that would go live. I have uploaded 120 properties to date. I have now been told that the developers want to delete all the files I have uploaded on the testing site and will have to upload the same... more »
|
|
|