Splitting one XML file into multiple xml files with XSLT
Hi Team, Currently I'm struggling to split single XML file in multiple XML-files. I need all elements and attributes same as an all xmls, Currently i have mapped single xml to single xml, But...
View ArticleXmlDocument isn't Releasing My XML File for Saving
I would like to load an XML from a file, modify it, then save the XML to itself. However, I am getting an error when I try to write to the same file. I can create a new file, but that is not my goal....
View ArticleXML Document mapping structure error
Hi Team,Currently i have a requirement write a XSLT map for transform one xml format to on another format, According to its seems input xml have special element and i when i tring to write XSLT its...
View ArticleHow To Create the XSLT with the Grouping
Hi TeamCurrently i have a requirement write a XSLT map for transform one xml format to on another format, have requirement is grouping Order no on the JS_UniqueConsignRef, Could you please Support to...
View ArticleXML Notepad: Where can I get it? What can it do for the new XML users?
Hi all,I am new in using XML in the Microsoft Windows 7 Enterprise - Network Computer System. I have Microsoft Office 2007, SQL Server 2012 Management Studio and Visual Studio 2012 Express in my PC...
View ArticleFTP XML to SQL 2012 to SSRS
I'm new to XML and am just dangerous enough with SQL to mess things up, so bare with me as I explain a new project I'm thinking of.ftp into an FTP server and download electronic patient files (in XML)....
View ArticleXSLT 2.0 Choose Condition issue
Hi Team,Currently i have issue when i using choose condition, error getting as a 'Unable to generate the XML document using the provided XML/XSL input. Errors were reported during stylesheet...
View ArticleRemove XMLNS attribute
Hello ,Is there a way to remove XMLNS attribute from the root node.I have read in lot of artilces that it cannot be removed as namespace has been attached to all the other elements . But In my case i...
View ArticleXSLT 2.0 Date Conversion concern
Hi Team, on the XSLT 2.0, i have a requirement to convert to datetime format on the xslt level, Could you please support to sort out my concern, Current mapping...
View ArticleSubstring Concern on XSLT 2.0
Hi Team,Currently i'm doing XSLT mapping using XSLT 2. According to i'm Tried capture special part from data field using sub string but still unable to crop and capture requires data part, So Could you...
View ArticleHow to calculate SignatureValue hash for timestamp (XAdES-T)?
I'm trying to add timestamp into XAdES digital signature in order to rise it to XAdES-T level. The problem is: how to calculate hash value of SIgnatureValue element to send it to TSA (timestamp...
View ArticleWhat's the right XML code If I need to exclude data with value in a date field?
What's the right XML code If I need to exclude data with value in a date field?<Field SystemID="DateFieldName" [ Code I need] />I tried these but I'm getting this error: Object reference not set...
View ArticleXML digital signature Web service SOAP
Hi to everyone, I have web proxy and a few methods there. When the XML has not digital signature, the method that is required is invoked and everything is cool, but if the XML has digital signature,...
View ArticleHow do you filter an XML - with the following query?
Not really sure how to put it, but I can not seem to filter when I used the following clause: and c:SampleNumber not like 'NPR%'Any ideas? What am I doing wrong? Any pointers in the right direction?...
View ArticleGetting node values separately using msxml parser in vc++?
In the below example how can i get the text values separately like : { {i am parent text}, {i am child1}, {i am child2}, {with above childs} } using {get_nodeValue} property in MSXML using c++ :...
View ArticleRetrieving Text strings in a mixed-content XmlElement
I have an XML Element that may contain elements, text or both. For example: Code Block<testvalue="-360.0"> <testlogic="OR"> fcs/heading-error-1 gt 180 fcs/heading-error-2 gt 180...
View ArticleHow to parse mixed content in xml using msxml parser?
How to parse mixed content in xml using msxml parser. please show with example
View ArticleFormatting Paragraphs to same length
Hi, the below xml is formatting the paragraph strange. the very first line is double the length of all the other lines. I have only included a portion of the text and rather than manually editing the...
View ArticleHow to avoid omitted namespace on OuterXml
When trying to build SOAP request using XmlDocument when calling myXmlDocument.OuterXml - it omits the "tns:" which breaks the SOAP request Simplest code to show the problem follows: var doc = new...
View Article