•
•
•
•
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
![]() |
•
•
Join Date: May 2007
Location: Chennai (Orissa)
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
Are you using something like this to parse your XML?
http://search.cpan.org/~msergeant/XML-Parser/
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.
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.
•
•
Join Date: May 2007
Location: Chennai (Orissa)
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
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.
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.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Perl Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- The dreaded Javascript link problems (Web Browsers)
- IE 6 Can't open new windows from link clicked (Web Browsers)
- New Link Problem!!! (Windows NT / 2000 / XP / 2003)
- Link problem (PHP)
- MySql multiple table query problem.... (MySQL)
- Major XP cdrom and dvd rom problem :( (Storage)
Other Threads in the Perl Forum
- Previous Thread: DBI quote function, MySQL and UNC shares
- Next Thread: file download problem



Linear Mode