diff options
Diffstat (limited to 'files/ko/web/xpath/axes/preceding-sibling/index.html')
-rw-r--r-- | files/ko/web/xpath/axes/preceding-sibling/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/ko/web/xpath/axes/preceding-sibling/index.html b/files/ko/web/xpath/axes/preceding-sibling/index.html new file mode 100644 index 0000000000..1392c91ad0 --- /dev/null +++ b/files/ko/web/xpath/axes/preceding-sibling/index.html @@ -0,0 +1,6 @@ +--- +title: preceding-sibling +slug: Web/XPath/Axes/preceding-sibling +translation_of: Web/XPath/Axes/preceding-sibling +--- +<p><code>preceding-sibling</code> 축은 문맥 노드와 부모가 같고 소스 문서에서 문맥 노드 앞에 나오는 모든 노드를 나타냅니다.</p> |