473,756 Members | 4,256 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Vb:i Need Help To Add A New Element

1 New Member
I HAVE THIS FOR EXAMPLE

<misc>
<cntextdef />
<vntextdef />
<xreflist>
<xrefdef id="1" name="`Heading &amp; Page'">
“<ut value="&lt;$par atext&gt;" />” on page<ut value="&lt;$pag enum&gt;" />
</xrefdef>
<xrefdef id="2" name="`Page'">
page<ut value="&lt;$pag enum&gt;" />
</xrefdef>
<xrefdef id="3" name="`See Heading &amp; Page'">
See “<ut value="&lt;$par atext&gt;" />” on page<ut value="&lt;$pag enum&gt;" />
</xrefdef>
<xrefdef id="4" name="`Table All'">
Table<ut value="&lt;$par anumonly&gt;" />, “<ut value="&lt;$par atext&gt;" />,” on page<ut value="&lt;$pag enum&gt;" />
</xrefdef>
<xrefdef id="5" name="`Table Number &amp; Page'">
Table<ut value="&lt;$par anumonly&gt;" /> on page<ut value="&lt;$pag enum&gt;" />
</xrefdef>
<xrefdef id="6" name="`Table &amp; Page'">
Table<ut value="&lt;$par anumonly&gt;" />, “<ut value="&lt;$par atext&gt;" />,” on page<ut value="&lt;$pag enum&gt;" />

</xrefdef>
<xrefdef id="7" name="`Table Number'">


I WANT IN <MISC> TO ADD A NEW ELEMENT AFTER EVERY <.....DEF>
LIKE <SEG>.CAN YOU HELP ME?

I WANT TO BE LIKE THIS


<misc>
<cntextdef />
<vntextdef />
<xreflist>
<xrefdef id="1" name="`Heading &amp; Page'">
<seg>“<ut value="&lt;$par atext&gt;" />” on page<ut value="&lt;$pag enum&gt;" /></seg>
</xrefdef>
<xrefdef id="2" name="`Page'">
<seg>page<ut value="&lt;$pag enum&gt;" /></seg>
</xrefdef>
<xrefdef id="3" name="`See Heading &amp; Page'">
<seg >See “<ut value="&lt;$par atext&gt;" />” on page<ut value="&lt;$pag enum&gt;" />.</seg>
</xrefdef>
<xrefdef id="4" name="`Table All'">
<seg>Table<ut value="&lt;$par anumonly&gt;" />, “<ut value="&lt;$par atext&gt;" />,” on page<ut value="&lt;$pag enum&gt;" /></seg>
</xrefdef>
<xrefdef id="5" name="`Table Number &amp; Page'">
<seg>Table<ut value="&lt;$par anumonly&gt;" /> on page<ut value="&lt;$pag enum&gt;" /></seg>
</xrefdef>
<xrefdef id="6" name="`Table &amp; Page'">
<seg>Table<ut value="&lt;$par anumonly&gt;" />, “<ut value="&lt;$par atext&gt;" />,” on page<ut value="&lt;$pag enum&gt;" /></seg>
</xrefdef>
<xrefdef id="7" name="`Table Number'">


I WOULD APPRECIATE IF YOU COULD HELP[ ME
Jul 30 '07 #1
0 922

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2503
by: umhlali | last post by:
I get the following exception when my VB.NET app calls a Java web service that returns an array of objects. The same call works for a single object though. So looks like there is no problem serializing the object but there seems to be a problem serializing an array of objects. Any help will be appreciated "Cannot assign object of type System.Object to an object of type ElectronicWallet.C2PTest.PaymentItem." :...
0
2246
by: Cleo | last post by:
Hi, I am trying to call a WebService Method written in Weblogic from VB.NET and I am getting the following error. I am using SOAP Caal s from VB.NET. Please find the wsdl file and my code. Any help would really be appreciated. Thx
2
2251
by: Stefan | last post by:
I have a C-API and need to know how to implement a few function in VB.Net. Who can help to translate this? The functions sends a two-dimensional array to a server and get a changed array back. Here is the declaration in C: --------------------------------------------- #define G_VOID_T void #define G_DT_UNUSED 0 #define G_DT_STRING 1 #define G_DT_LONG 2
7
18144
by: wk6pack | last post by:
Hi, I would like to know how to parse the following xml string using vb.net? currxml=" <employee><address_2></address_2><assignments><assignment><assigned_bargaini ng_unit></assigned_bargaining_unit><assigned_department></assigned_departmen t><assigned_locations><assigned_location></assigned_location></assigned_loca tions><assigned_position></assigned_position><assigned_position_department><...
6
4257
by: Eric | last post by:
.... my eternal gratitude!!! :p Here is the problem. A sample of my original VB6 code : '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Public Type INFO name(1 To 3) As String * 41 address As String * 41 End Typ ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
0
1675
by: digitalmuscle | last post by:
I have experience allowing a client to post a username and password and then returning to them a dataset. However, I need help allowing a client to post to my web service something that looks like this: - <s:element name="FileUpload"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Login" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" /> <s:element minOccurs="0"...
3
6808
by: Goran Djuranovic | last post by:
Hi All, Does anyone know how to retreive deepest XPath value from XML document by using VB.NET? For example, if I had an XML file like this: <Root> <Customer> <Name>MyName</Name> </Customer> </Root> I would like to retreive "\Root\Customer\Name" out of it. Something like:
1
2783
by: JimmyFo | last post by:
Hi, this is a bit complicated but maybe someone can help here. I have an ASP.Net 2.0 page with a JavaScript file selector. I did this because I wanted to be able to select multiple files at a time. Here's a quick preview of the JS and ASP to show you what it looks like: ASP <td style="width:30%"><asp:FileUpload ID="fileBox" runat="server" /> <asp:Button ID="grabFile" Text="Submit" runat="server" /></td>
0
3668
by: shamirza | last post by:
· When was .NET announced? Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET 'vision'. The July 2000 PDC had a number of sessions on .NET technology, and delegates were given CDs containing a pre-release version of the .NET framework/SDK and Visual Studio.NET. · When was the first version of .NET released? The final version of the 1.0 SDK and runtime was made publicly available around 6pm PST on...
0
1821
by: jazzygirl | last post by:
I'm fairly new to vb.net (self-taught and realizing how much I DON'T know). I need to create an XML output file (I'm quite ignorant in this area as well!). I used an XMLDataDocument and Xml.XmlTextWriter, creating each element node since the agency I'm sending the file to is very specific about the format. How do I specify an element/node/attribute (whatever) to output xsi:nil="true"? Desired Output: <D02 xsi:nil="true" /> ...
0
9462
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10046
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9886
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7259
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6542
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3817
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2677
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.