ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
/child::EXAMPLE
|
|
/child::*
|
|
/child::EXAMPLE/child::head
|
|
/child::EXAMPLE/child::*
|
|
/child::EXAMPLE/child::head/child::title
|
|
/child::EXAMPLE/child::head/child::title/child::text()
|
|
/child::EXAMPLE/child::head/node()
|
|
/descendant::title
|
|
/descendant::p/ancestor::chapter
|
|
//p[1]
|
|
//p[0 div 0]
|
|
//p[100000000000000000000]
|
|
//p[-100000000000000000000]
|
|
//chapter[true()][position() mod 2 = 1][true()][2]
|
|
//chapter[true()][2][true()]
|
|
//node()[false()]
|
|
(//node())[false()]
|