Changes

Jump to navigation Jump to search
== Query Equivalences ==
Note: xpaths are for all design types (utility, reissue, plant, design) unless otherwise noted. Only granted patents have been checked so far.
 
Notes for Joe to remember:
 
All the text under each text file in E:\McNair\Projects\SimplerPatentData\data\examples\granted appears under the following lines of text, indicating that every XML should perhaps include these headers (the headers aren't closed anywhere in the text files in E:\McNair\Projects\SimplerPatentData\data\examples\granted; for example, there's no </us-patent-grant> towards the end of the text file.
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE us-patent-grant SYSTEM "us-patent-grant-v45-2014-04-03.dtd" [ ]>
<us-patent-grant,
 
Ignoring the above three lines for every text file (changes to XMLs can be made later with RegEx), the XMLs for ''sequence'', and ''last-name'', respectively, from the lines of code below it are:
 
<code>//us-bibliographic-data-grant/inventors/inventor/@sequence</code>
<code>//us-bibliographic-data-grant/inventors/inventor/addressbook/last-name</code>
 
 
<inventors>
<inventor sequence="001" designation="us-only">
<addressbook>
<last-name>Kobelt</last-name>
<first-name>Markus</first-name>
<address>
<city>Buchs</city>
<country>CH</country>
</address>
</addressbook>
</inventor>
 
 
=== strings ===
447

edits

Navigation menu