0
votes
3answers
92 views

Limiting XSLT text extraction to specific fields

Still pretty new to XSLT; I'm trying to extract certain fields, and only certain fields from an XML file using XSLT (1.0). Here's a simplified form of the actual XML document: <?xml version="1.0" ...
0
votes
0answers
832 views

org.xml.sax.SAXParseException: White spaces are required between publicId and systemId

I am trying to get Sematic Extraction working on my web page. http://inproduction.katwilson.co.uk/ via http://www.w3.org/2003/12/semantic-extractor.html Well it worked last week, now nothing. ...
0
votes
1answer
358 views

How To Extract XML Strings From an Android App's Data

I have an app that pulls an XML file from a URL and saves it to its data/data/package.name/file.xml directory. All the XML is is strings. Say I want to reference the String named ...
4
votes
2answers
459 views

how to extract text outside tags xml

I want to extract text outside tags. For example, <body> This is an exmaple <p> blablabla </p> <references> refer 1 refer 2 ...
1
vote
2answers
808 views

Is there another way to extract data dump from Planet.osm?

I need a data dump from planet.osm fiel for the NCR region in the Philippines. I'll be using it for an OpenStreetMap project. Is there a way that I can extract a small part of the planet.osm without ...
0
votes
1answer
1k views

How to extract data from a LONG column holding XML strings

Here is my table MYTABLE(ID NUMBER(10), DATATYPE VARCHAR2(2 BYTE), XMLDATA LONG ) Note1: I cannot alter this table Note2: I'm using Oracle 10g Here is a sample of XMLDATA ...