User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Perl section within the Software Development category of DaniWeb, a massive community of 426,141 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,699 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Perl advertiser: Programming Forums
Views: 898 | Replies: 2
Reply
Join Date: May 2007
Location: Chennai (Orissa)
Posts: 3
Reputation: byomokesh is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
byomokesh's Avatar
byomokesh byomokesh is offline Offline
Newbie Poster

Cross Link Id Problem

  #1  
Jun 16th, 2007
Hi All,

I am doing convert xml files using perl(filehandle). i have one problem in Cross Linking (all figure, tables, footnotes). I cant understand which function it ll be do or not.

Does anybody help me. Its possible or not to match appropriate match link.

My xml file
------------
<book>
<ch1>
<sec1>
<p>Sensor networks using <tl>Table 1-1</tl></p>
<p>Sensor networks using <fl>Figure 1</fl>.</p>
<sec2>
<p>Networked and enable multiple <tl>Table 2-1</tl> sensors to be wirelessly networked Table
</ch1>
<ch2>
<sec1>
<p>Sensor networks using <tl>Table 1-1</tl></p>
<p>Sensor networks using <fl>Figure 1</fl>.</p>
<sec2>
<p>Networked and enable multiple <tl>Table 2-1</tl> sensors to be wirelessly networked Table
</ch2>
</book>
I want output
<!-- Please consider only cross link. -->

<book>
<ch1>
<sec1>
<p>Sensor networks using <xref pointer="ch01tl01">Table 1-1</xref></p>
<p>Sensor networks using <xref pointer="ch01fl01">Figure 1</xref>.</p>
<sec2>
<p>Networked and enable multiple <xref pointer="ch01tl02">Table 2-1</xref> sensors.
<p>some text</p>
<p>again <xref pointer="ch01tl02">Table 2-1</xref></p>
</sec2>
</sec1>
</ch1>
<ch2>
<sec1>
<p>Sensor networks using <xref pointer="ch02tl01">Table 1-1</xref></p>
<p>Sensor networks using <xref pointer="ch02fl01"><fl>Figure 1</xref>.</p>
<sec2>
<p>Networked and enable multiple <xref pointer="ch02tl01">Table 2-1</xref> sensors
</sec2>
</sec1>
</ch2>
</book>


Thanks
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2005
Posts: 3,638
Reputation: Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of 
Rep Power: 22
Solved Threads: 417
Colleague
Salem's Avatar
Salem Salem is offline Offline
void main'ers are DOOMed

Re: Cross Link Id Problem

  #2  
Jun 16th, 2007
Are you using something like this to parse your XML?
http://search.cpan.org/~msergeant/XML-Parser/
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Do not PM me for help; You'll be ignored, or told to learn to read.
Do not ask me if I'm muslim - I'm not. Nor do I care about yours or anyone else's mysticism. Religion is a matrix, take the RED PILL.
Reply With Quote  
Join Date: May 2007
Location: Chennai (Orissa)
Posts: 3
Reputation: byomokesh is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
byomokesh's Avatar
byomokesh byomokesh is offline Offline
Newbie Poster

Re: Cross Link Id Problem

  #3  
Jun 18th, 2007
Hi,

Parsing is a final process. I want convert input(text file) to output (xml file) files. I have done all to using search replace. But one thing how convert cross link. Input code is table link(tl), figure link(fl), footnote link(ftl) etc. I need output cross reference id (figure, table and footnote link). How justify apropriate ID. File Linking is not a sequence wise. You can c my Example Input and Output.

I hope you better understand my problem.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Perl Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Perl Forum

All times are GMT -4. The time now is 4:56 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC