IXMLDOMNode Text Property
MaHo_77
Member Posts: 2
Hi all
I want to create a xml document. I created a ixmldomnode and set his text property like this:
xmlNode := xmlDOM.createNode(1,'mail:htmldescription',XMLNS_MAIL);
xmlNode.text(
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">' +
'<HTML><HEAD>' + ...
Now I want to append some text to this property like this:
xmlNode.text(xmlNode.text + 'Additional Text');
On Compile I receive no error. But when I run the Code I receivethe following error:
The string buffer is insufficient because the string is too small.
I receive this error too when I want to show the text in an message box:
Message('%1', xmlnode.text);
The Variable declaration is like this:
xmlDOM Automation --> 'Microsoft XML, version 2.0'.DOMDocument
xmlNode Automation --> 'Microsoft XML, version 2.0'.IXMLDOMNode
Can anyone help me?
What do I wrong?
Thanx a lot.
Martin
I want to create a xml document. I created a ixmldomnode and set his text property like this:
xmlNode := xmlDOM.createNode(1,'mail:htmldescription',XMLNS_MAIL);
xmlNode.text(
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">' +
'<HTML><HEAD>' + ...
Now I want to append some text to this property like this:
xmlNode.text(xmlNode.text + 'Additional Text');
On Compile I receive no error. But when I run the Code I receivethe following error:
The string buffer is insufficient because the string is too small.
I receive this error too when I want to show the text in an message box:
Message('%1', xmlnode.text);
The Variable declaration is like this:
xmlDOM Automation --> 'Microsoft XML, version 2.0'.DOMDocument
xmlNode Automation --> 'Microsoft XML, version 2.0'.IXMLDOMNode
Can anyone help me?
What do I wrong?
Thanx a lot.
Martin
0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 611 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions