Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmladapter to acess xml svg
Message
From
13/07/2010 10:28:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/07/2010 09:59:47
Valter Molina
Molina & Nardi Ltda
Brazil
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01472350
Message ID:
01472355
Views:
60
>Hi, I am trying to acess XML content generated by ABCPDF that converts Adobe PDF docs into SVG+ XML files. I try using xmladapter, but I am not sure I am doing right. I picked up some examples and test it, but they did not work.
>Any help will be wellcomed.
>I need to read the TEXT TAG properties such as pdf_Op, font-size, font-family
>This is part of the XML file.
>I attached a print screen of the XML file because I was not allowed to past it here.

I don't understand what you mean by "I attached a print screen of the XML file because I was not allowed to past it here.". You can paste XML code here as long as you surround it with < pre > ... < /pre > tags. In image the XML looks like as invalid but I think that is because some parts might be gone while taking the shot.

Did you try using XMLToCursor(). Looks like it would work on that XML.
Would you try:
XMLTOCURSOR("mySVG.xml", 'test', 512)
select * from test where !empty(pdf_Op)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform