How to work with with Power point Notes pane with open xml ?
Hi,I am working with OpenXml for Powerpoint with .net framework, I have accomplished to create slides and input data into them using them.The problem i am encountering is with the Notes pane in...
View ArticleArrange nodes under elements according to some conditions
The XML document that I have:<Area><Type>A</Type><Street><Position>5</Position><House> --> some...
View ArticleHow to find whether attributes with specific values exist in the XML document ?
Hi,I am trying to find out whether an XML Attribute with a specific value exists or not in each node of the xml document. My code is as follows:Option Explicit Dim sheet As Worksheet Dim rowCount1,...
View ArticleMax length of characters that can be passes in CDATA
I am trying to use CDATA to pass the string with some special characters. The max size I could set was 4000 and the SSIS package fails if the size of the CDATA exceeds 256 chars.Not able to find what...
View ArticleHow to set NULLVALUE property for a column in xsd.
Hi Guys,I have a column in the data table of XSD say client_id of decimal type.I want to set the below properties asAllowDBNull: True .NullValue:NULL or Empty. here ,Editor doent allow to set any...
View ArticleHow do you determine if an attribute exists in a XML node without a Null...
If the attribute "name" is not in the node, I assumed the following would work: if (objTmplt.Attributes.GetNamedItem("name").Value != null)styleName = objTmplt.Attributes[Atrb.Name].Value; However, it...
View ArticleFind replace in XML Document
Hi all,Following is my XML < Import> <File FileValue="00000A96.dat" ></File> <File FileValue="00000A98.dat" ></File> <File FileValue="00000AA4.dat"...
View ArticleODBC Drivers for Microsoft SQL Server Default Schema issue.
ODBC Drivers for Microsoft SQL Server issue for Default Schema. If Default schema is other then the 'dbo' then how can we define using DSN (ODBC Drivers). We tried following things 1. Provided...
View ArticleHow to change xml files node value using VB.Net?
Hi all, I want to change the value of a single node in an xml file using VB.Net. How can I do this without saving the entire XML file with the node value changed?thanksQ
View ArticleDriving me crazy:- Why can't I use the standard W3C XPath functions with...
I have this as one of the namespaces xmlns:fn="http://www.w3.org/2005/xpath-functions"I am using a string xpath function like this <xsl:value-of...
View Article“restriction” takes precedence over “nillable”?
Given the following XML and related xsd schema, why will XML fail validation if UniqueID is null? Is there a technical reference that explains this?XML:<Data...
View ArticleI want to display rows in a Document Library in three columns side by side in...
Hi,I have a document library and I want to display rows in a Document Library in three columns side by side in SharePoint 2010 Designer, XSLlike i have a document library with documents: Doc1 Doc2 Doc3...
View ArticleXPathException: Unrecognized extension function namespace: prefix='',...
Hi,We are using NMatrix.Schematron to validate HL7 CCD documents. We have used .sch file as schema and xml file to validate (.sch file has templates). Schematron validates xml file all the time. But in...
View ArticleValidate XML against XSD
I want to validate XML with XSD: I got some errors about this NODE ......<iedu:instEducativas version="1.0" xsi:schemaLocation="http://www.sat.gob.mx/iedu...
View ArticleCreate button through the properties stored in xml file (VB.NET)
Hi,I hope youcan help me,what I wanted todo wassave theproperties of abuttonin an XML file,and thenuse thisXML fileto createotherbutoeswith the same propertiesthat wereguardson file.Thebutõesare...
View ArticleDate time Picker in asp.net
Hiiii friends, How can i get Date time Picker controle in asp.net
View ArticleUsing XPATH to find the Attribute value of an XML empty element
An empty element is quite confusing...so the best way for me to ask my question is to reference a book.The book: Learning XML 2nd edition - O'REILLY - Erik T. Ray pg 50 chapter 2 Table 2-1. Types...
View ArticleGeneric XSLT transformation code
I've got quite some challenge in here... Is it possible to have an XSL code that will apply to whatever hierarchy of XML, to transform it into nested HTML list?Example...
View ArticleXPATH WITH DOM
I am new to this forum as well as a beginner with XPATH and XML...here it goes: I am trying to extract the value "CARBIDE" from the node MfgParam name = "Tool_Material" from the below XML document. The...
View ArticleLooking for an optimized xpath expressions using concat function
I have an HTML file as below:<li class="inactive"> <a href="http://msdn.microsoft.com/dn338064" title="Connect"> Connect </a> <div class="area"> <div...
View Article