|
ExportXML from Access
|
| |
I want to export an xml file from within an Access database. I am using the ExportXML method but want the data to use a schema before exporting. Is this possible? I need the root to have a specific name. I also need to insert a header record. TIA Mary
|
|
XML DSO problem when XML elements have attributes
|
| |
Hi, I am trying to use the built-in XML/HTML data binding in Internet Explorer using XML DSO. E.G. I have the following html code: <html><body> <xml src="doc.xml" id="xmldso" async="false"></xml> <table datasrc="#xmldso" width="100%" border="1"> <tr><td><span datafld="NAME"></span></td></t r> </table>... more »
|
|
Advice needed
|
| |
i need help on my download scam site the who is dns server is not working with my php database. can anyone help? you can email me directly or use this address Address: Truda 14-1 City: Saint-Petersburg State: Saint-Petersburg ZIP: 188934 Country: RU Phone: +7.9113234634 the site is [link]... more »
|
|
Miscellaneous issues with tex4ht, xml and xsl transformations
|
| |
Hello, I am trying to generate a doc file from latex source for a colleague (simple article class, using authblk package) through one of the two following ways : 1. Create an odt file using : $mk4ht oolatex document.tex "xhtml,ooffice,mathml" This generates a truckload of document-mxx.tmp files, one for each... more »
|
|
Change VML Opacity
|
| |
Hi Does anyone Knows, How to change the opacity of an VML object. Here is my VML code, its a polygon. I want to change it opacity, How should I do it.? <v:shape id=fill_36003 style="Z-INDEX: 1000; LEFT: 390px; BEHAVIOR: url(#default#VML); WIDTH: 1px; POSITION: absolute; TOP: 390px; HEIGHT: 1px" unselectable="on" coordsize = "1,1" coordorigin = "390,390"... more »
|
|
CodeSynthesis XSD 3.2.0 released
|
| |
Hi, I am pleased to announce the availability of CodeSynthesis XSD 3.2.0. CodeSynthesis XSD is an open-source (GPL2 + proprietary license), cross- platform W3C XML Schema to C++ data binding compiler. Provided with a schema, it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data... more »
|
|
Xerces-C++ 3.0.0 released
|
| |
Hi, I am pleased to announce the availability of Apache Xerces-C++ 3.0.0. Xerces-C++ is an open-source validating XML parser written in a portable subset of C++. It provides DOM (level 1, 2, and 3), SAX, and SAX2 APIs and supports validation of XML documents against DTD and XML Schema. This release includes a large number of new features, bug fixes, and... more »
|
|
How to catch an exception thrown by MSXML?
|
| |
Consider this function: BOOL GetSingleNodeV(const MSXML2::IXMLDOMDocumentPtr pXMLDoc, const CString &strPath, CString &StrValue) { BOOL bRetCode=FALSE; BSTR bstrQstr = strPath.AllocSysString(); IXMLDOMNodePtr o; o = pXMLDoc->selectSingleNode( bstrQstr); if (o!=NULL) { HRESULT hr=o->get_text(&bstrQstr);... more »
|
|
xml validation
|
| |
Hi I've got a xml file and xsd with only one namespace - xmlns:media="[link]". When I'm getting the rss feed for example from Youtube there're also others namespaces such as xmlns:atom or xmlns:yt. When I'm trying to validate this Xml with my xsd the validationeventhandler show me only the first error. But what... more »
|
|
|