Hello
I have an XML document in which I need to change a namespace.
<root
xmlns:abc=http://www.abc.com/20090930
>
Within the XML file I have elements within the abc namespace:
<abc:myElement>123456</abc:myElement>
I use the following code to modify the namespace:
XmlDocument myXmlDoc = new...
Hello folks. I've also posted this in the XML forum.
Having a tough time trying to figure this one out.
I have a schema (xsd) file with namespaces declared in the root element as shown:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
Hello folks.
Having a tough time trying to figure this one out.
I have a schema (xsd) file with namespaces declared in the root element as shown:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ci-com="http://xbrl.us/stm/ci/com/2008-03-31">
I would like to change the...
Hello Folks,
I am having a hard time changing the attribute value in the XML file below. I am using XML in a VBA environment.
I have the following XML data:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<root xmlns:link="http://foo.com">
<sub xmlns:attr="foo">
</sub>
</root>
I...
Hello Folks,
I have an HTML file that I'm processing that contains comments. Unfortunately, the application that generates this HTML file, malforms the comments. We are working to get the developer of this tool to fix the problem, but in the meantime I'd like to develop a workaround. The...
Hello folks,
I am having a dilemma with the list.sort method.
The data I'm using is stored in the 'heading' member of the 'Contexts' objects (p1,p2). Here's my data:
3 months ending 9/30/2007
3 months ending 9/30/2008
9 months ending 9/30/2007
9 months ending 9/30/2008
Here is my sort...
I was going to post this in the XML forum, but I think this is more C# related.
I have the following schema file:
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE xs:schema [
3 <!ELEMENT xs:schema ANY>
4 <!ELEMENT xs:element ANY>
5 <!ATTLIST xs:element id ID...
I am somewhat new to XSL but I am a seasoned C# (not expert, mind you). I have been trying to get up to speed on XSL over the past week and I'm not sure I should continue pursuing this.
I currently have a project where I need to consolidate 5 XML documents (including a Schema) and several...
I am trying to edit an attribute of a XML file using VBA. Here is my code so far:
Dim XMLDOC As DOMDocument
Set XMLDOC = New DOMDocument
Dim myNodes As IXMLDOMNodeList
Dim Node As IXMLDOMNode
Dim attrs As IXMLDOMNamedNodeMap
Dim attr As IXMLDOMAttribute
XMLDOC.Load...
I've been flailing around for the past few months teaching myself XML, but I feel a bit overwhelmed. There are just so many nuances. I am considering taking a more structured approach. Does anyone have any recommendations for an on-line training course?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.